|
|
Subscribe / Log in / New account

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

Single thread performance in Jython is also often *much* faster than CPython.

The JIT in the JVM makes Jython faster in most cases. Only startup time is a bit slower...


to post comments

Speeding up CPython

Posted Dec 18, 2020 0:45 UTC (Fri) by mb (subscriber, #50428) [Link]

Ok.
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

Posted Dec 18, 2020 10:09 UTC (Fri) by LtWorf (subscriber, #124958) [Link]

A bit slower? It takes like 1000x to start up!


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds