Message5769

Author mcieslik
Recipients mcieslik
Date 2010-05-18.18:33:03
SpamBayes Score 1.0600236e-06
Marked as misclassified No
Message-id <1274207585.07.0.604283666735.issue1612@psf.upfronthosting.co.za>
In-reply-to
Content
It takes ~ 300x longer to create instances of array.array in Jython2.5.1 vs Python2.6 and Python3.1

e.g. the following: 
from array import array
array('b', large_string)

$ python2.6 profile_array.py 
0.0104711055756
$ python3.1 profile_array.py 
0.00699281692505
$ jython profile_array.py 
3.00600004196
$ jython --version
Jython 2.5.1
History
Date User Action Args
2010-05-18 18:33:05mciesliksetrecipients: + mcieslik
2010-05-18 18:33:05mciesliksetmessageid: <1274207585.07.0.604283666735.issue1612@psf.upfronthosting.co.za>
2010-05-18 18:33:04mciesliklinkissue1612 messages
2010-05-18 18:33:04mcieslikcreate