Speeding up CPython
Speeding up CPython
Posted Dec 17, 2020 21:56 UTC (Thu) by renejsum (guest, #124634)In reply to: Speeding up CPython by mb
Parent article: Speeding up CPython
The JIT in the JVM makes Jython faster in most cases. Only startup time is a bit slower...
Posted Dec 18, 2020 0:45 UTC (Fri)
by mb (subscriber, #50428)
[Link]
Posted Dec 18, 2020 10:09 UTC (Fri)
by LtWorf (subscriber, #124958)
[Link]
Speeding up CPython
That's not what I actually noticed with Jython 2.7 some time ago.
2.7 was much slower in single thread performance than CPython 2.7 in my tests. I did not test any further 3.x development of Jython , because it's basically stuck at 2.7. So it's essentatially dead from a practical pov.
Speeding up CPython
