This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients exarkun, ezio.melotti, michael.foord, mrabarnett, olivers, vstinner
Date 2010-03-04.23:27:40
SpamBayes Score 1.2055839e-06
Marked as misclassified No
Message-id <1267745263.93.0.388954751256.issue8064@psf.upfronthosting.co.za>
In-reply-to
Content
Results on Linux (Debian Sid) with different Python versions:
 * Python 2.4.6: 14112.8 ms
 * Python 2.5.5: 14246.7 ms
 * Python 2.6.4+: 14753.4 ms
 * Python trunk (2.7a3+): 69.3 ms

It looks like re engine was optimized in trunk :-)

Note: I replaced stopwatch by time.time() and used 100 iterations instead of 500 iterations. Values are not important, only the ratio between the different results.

--

exarkun> I think it's likely that the test program does drastically
exarkun> different things on Linux than it does on OS X

sys.maxunicode should be different on the two OS.
History
Date User Action Args
2010-03-04 23:27:44vstinnersetrecipients: + vstinner, exarkun, ezio.melotti, mrabarnett, michael.foord, olivers
2010-03-04 23:27:43vstinnersetmessageid: <1267745263.93.0.388954751256.issue8064@psf.upfronthosting.co.za>
2010-03-04 23:27:41vstinnerlinkissue8064 messages
2010-03-04 23:27:41vstinnercreate