[IronPython] IronPython 2.0A2 performance problems

Arman Bostani arman at twinsun.com
Mon Jul 16 15:03:29 PDT 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 users mailing list