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 pitrou, vstinner
Date 2011-10-13.15:58:17
SpamBayes Score 1.8561038e-06
Marked as misclassified No
Message-id <1318521498.19.0.308476843284.issue13165@psf.upfronthosting.co.za>
In-reply-to
Content
Some ideas to improve stringbench:

 - test different Unicode range (stringbench tests only ASCII currently)
 - test mixing different Unicode range, e.g. ascii+latin1, UCS2.find(ascii), UCS2.replace(UCS2, UCS4), ...
 - add options to configure string lengths

Python 3.3 is now a little bit faster for pure ASCII strings. Python 3.2 is sometimes a little bit slower with non-BMP characters in narrow mode.

I expect different differents on Python 3.3 if we test different Unicode ranges.
History
Date User Action Args
2011-10-13 15:58:18vstinnersetrecipients: + vstinner, pitrou
2011-10-13 15:58:18vstinnersetmessageid: <1318521498.19.0.308476843284.issue13165@psf.upfronthosting.co.za>
2011-10-13 15:58:17vstinnerlinkissue13165 messages
2011-10-13 15:58:17vstinnercreate