Message145464
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. |
|
Date |
User |
Action |
Args |
2011-10-13 15:58:18 | vstinner | set | recipients:
+ vstinner, pitrou |
2011-10-13 15:58:18 | vstinner | set | messageid: <1318521498.19.0.308476843284.issue13165@psf.upfronthosting.co.za> |
2011-10-13 15:58:17 | vstinner | link | issue13165 messages |
2011-10-13 15:58:17 | vstinner | create | |
|