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 flox
Date 2009-12-21.11:32:01
SpamBayes Score 2.49237e-06
Marked as misclassified No
Message-id <1261395125.91.0.677343533994.issue7462@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2009-12-21 11:32:06floxsetrecipients: + flox
2009-12-21 11:32:05floxsetmessageid: <1261395125.91.0.677343533994.issue7462@psf.upfronthosting.co.za>
2009-12-21 11:32:03floxlinkissue7462 messages
2009-12-21 11:32:03floxcreate