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-12.20:22:36
SpamBayes Score 0.046471305
Marked as misclassified No
Message-id <1318450956.95.0.949095551995.issue13155@psf.upfronthosting.co.za>
In-reply-to
Content
With find_max_char4.patch:

python3.3 -m timeit 'x="é"+"x"*10000' 'x[1:]'
100000 loops, best of 3: 1.96 usec per loop
History
Date User Action Args
2011-10-12 20:22:37vstinnersetrecipients: + vstinner, pitrou
2011-10-12 20:22:36vstinnersetmessageid: <1318450956.95.0.949095551995.issue13155@psf.upfronthosting.co.za>
2011-10-12 20:22:36vstinnerlinkissue13155 messages
2011-10-12 20:22:36vstinnercreate