Message5769
 
            
            
            
 
   
   
 
  | 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 |  |
 
| Date | User | Action | Args |  | 2010-05-18 18:33:05 | mcieslik | set | recipients:
  + mcieslik |  | 2010-05-18 18:33:05 | mcieslik | set | messageid: <1274207585.07.0.604283666735.issue1612@psf.upfronthosting.co.za> |  | 2010-05-18 18:33:04 | mcieslik | link | issue1612 messages |  | 2010-05-18 18:33:04 | mcieslik | create |  | 
 |