Name: Anonymous 2011-08-07 12:27
http://strattonbrazil.blogspot.com/2011/08/performance-gains-in-jython-252.html
* jython 2.5.2 seems to definitely have some noticeable performance increases over 2.5.1
* jython may now be faster than cpython in certain situations (like the script above)
* jvm startup time was not taken into account as timing was done inside python
* for both jythons, JIT seemed to consistently kick in at around 10% of the run (I'm assuming it was JIT), where the script started to run faster
* jython 2.5.2 seems to definitely have some noticeable performance increases over 2.5.1
* jython may now be faster than cpython in certain situations (like the script above)
* jvm startup time was not taken into account as timing was done inside python
* for both jythons, JIT seemed to consistently kick in at around 10% of the run (I'm assuming it was JIT), where the script started to run faster