Message4667

Author zyasoft
Recipients boisgera, kfitch42, pjenvey, zyasoft
Date 2009-05-10.20:01:32
SpamBayes Score 1.0382184e-06
Marked as misclassified No
Message-id <1241985693.93.0.330750476621.issue1342@psf.upfronthosting.co.za>
In-reply-to
Content
When I run the original test by kfitch42 with 100 iterations (to allow
hotspot to kick in), Jython is now about 7x slower. No doubt there is
still room for optimizations, but this is not so bad.

However, that's the python version of ET. cElementTree on CPython is
about 100x faster still! So there is significant room for improvement by
profiling and writing the core of our Jython implementation in Java.
History
Date User Action Args
2009-05-10 20:01:33zyasoftsetmessageid: <1241985693.93.0.330750476621.issue1342@psf.upfronthosting.co.za>
2009-05-10 20:01:33zyasoftsetrecipients: + zyasoft, pjenvey, boisgera, kfitch42
2009-05-10 20:01:33zyasoftlinkissue1342 messages
2009-05-10 20:01:32zyasoftcreate