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, mrabarnett, pitrou, serhiy.storchaka
Date 2014-09-18.15:38:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411054686.17.0.208991557999.issue22410@psf.upfronthosting.co.za>
In-reply-to
Content
Good catch Matthew!

After fixing this and yet one bug (LC_CTYPE should be used instead of LC_ALL), and adding more optimizations, the performance is increased. Now the result of above microbenchmark is 18.5 usec per loop.
History
Date User Action Args
2014-09-18 15:38:06serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, mrabarnett
2014-09-18 15:38:06serhiy.storchakasetmessageid: <1411054686.17.0.208991557999.issue22410@psf.upfronthosting.co.za>
2014-09-18 15:38:06serhiy.storchakalinkissue22410 messages
2014-09-18 15:38:06serhiy.storchakacreate