Message96738
Updated patch with optimization for:
* rfind
* rindex
* rsplit
* rpartition
And an optimization was implemented in r46398 but never used because
"#define USE_FAST" was removed 2 hours before: r46366.
==> I changed this to activate optimization on "S.split" too.
I propose to commit these changes before looking for further improvements.
(I plan to refactor some functions and macro to Objects/stringlib) |
|
Date |
User |
Action |
Args |
2009-12-21 11:32:06 | flox | set | recipients:
+ flox |
2009-12-21 11:32:05 | flox | set | messageid: <1261395125.91.0.677343533994.issue7462@psf.upfronthosting.co.za> |
2009-12-21 11:32:03 | flox | link | issue7462 messages |
2009-12-21 11:32:03 | flox | create | |
|