[Python-Dev] Joys of Optimization (original) (raw)
Robert Brewer fumanchu at amor.org
Fri Mar 12 11:11:50 EST 2004
- Previous message: [Python-Dev] dateutil
- Next message: [Python-Dev] test_tcl failing...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Raymond Hettinger wrote:
In case you haven't been watching, we've been improving the heck out of looping, list operations, and list comprehensions.
Here is one of the scoresheets: python timeit.py "[i for i in xrange(1000)]" py2.4 0.56 msec py2.3 1.16 msec py2.2 1.45 msec
Watching and loving every minute of it. Thanks for your pursuit of these!
FuManChu
- Previous message: [Python-Dev] dateutil
- Next message: [Python-Dev] test_tcl failing...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]