[IronPython] IronPython 2.0A2 performance problems

Arman Bostani arman at twinsun.com
Tue Jul 17 00:03:29 CEST 2007


The following code runs about 13 times slower with version 2.0A2 than 1.1!

-arman

import System
d = System.Collections.SortedList()
t = System.DateTime.Now
for k in xrange(100000):
     d[k] = k
print 'SortedList time', (System.DateTime.Now - t).Ticks/100000



More information about the Ironpython-users mailing list