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 serhiy.storchaka
Recipients ezio.melotti, serhiy.storchaka, vstinner
Date 2012-12-23.16:50:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356281435.93.0.623434455043.issue16757@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed patch optimizes _PyUnicode_FindMaxChar(). This affects string formatting of long patterns (speedup to 15-25% for classic formatting and 5-8% for new style formatting).
History
Date User Action Args
2012-12-23 16:50:36serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti
2012-12-23 16:50:35serhiy.storchakasetmessageid: <1356281435.93.0.623434455043.issue16757@psf.upfronthosting.co.za>
2012-12-23 16:50:35serhiy.storchakalinkissue16757 messages
2012-12-23 16:50:35serhiy.storchakacreate