Message4663

Author boisgera
Recipients boisgera, kfitch42, pjenvey
Date 2009-05-09.10:17:25
SpamBayes Score 0.0001515706
Marked as misclassified No
Message-id <1241864246.39.0.587503129843.issue1342@psf.upfronthosting.co.za>
In-reply-to
Content
fixed in r72 of http://code.google.com/p/jython-elementtree. Expect a
slowdown factor of 20 instead (rough estimate) with respect to CPython.

A benchmark has been added to measure this performance:
 
benchmark$ python run.py
ElementTree benchmark -- Python 2.5 on linux2
  alice.fodt    : 0.11465 s
  tiny.xml      : 0.00010 s
  lion.svg      : 0.00396 s
  cd_catalog.xml: 0.00957 s

benchmark$ jython run.py
ElementTree benchmark -- Python 2.5b3 on java1.6.0
  alice.fodt    : 0.81000 s
  tiny.xml      : 0.00200 s
  lion.svg      : 0.06600 s
  cd_catalog.xml: 0.09600 s
History
Date User Action Args
2009-05-09 10:17:26boisgerasetmessageid: <1241864246.39.0.587503129843.issue1342@psf.upfronthosting.co.za>
2009-05-09 10:17:26boisgerasetrecipients: + boisgera, pjenvey, kfitch42
2009-05-09 10:17:26boisgeralinkissue1342 messages
2009-05-09 10:17:25boisgeracreate