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 flox
Recipients effbot, flox, pitrou
Date 2009-12-21.21:29:15
SpamBayes Score 3.1803687e-05
Marked as misclassified No
Message-id <1261430958.38.0.624226246862.issue7462@psf.upfronthosting.co.za>
In-reply-to
Content
New benchmarks (and patch for the benchmark tool).

Best improvement is reached with such expression:
s="ABC"*33; (s+"E"+("D"+s)*500).rfind(s+"E") (*100)

String (classic):  93.14 ms
String (fast):      8.78 ms

Unicode (classic): 78.62 ms
Unicode (fast):     9.42 ms
History
Date User Action Args
2009-12-21 21:29:18floxsetrecipients: + flox, effbot, pitrou
2009-12-21 21:29:18floxsetmessageid: <1261430958.38.0.624226246862.issue7462@psf.upfronthosting.co.za>
2009-12-21 21:29:17floxlinkissue7462 messages
2009-12-21 21:29:16floxcreate