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 pitrou
Recipients Arfrever, ezio.melotti, janssen, jcea, loewis, mark.dickinson, ned.deily, pitrou, python-dev, ronaldoussoren, serhiy.storchaka, vstinner
Date 2012-05-27.18:37:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338143824.91.0.443465161288.issue14923@psf.upfronthosting.co.za>
In-reply-to
Content
> However, if the continuation byte check to do the simplest way ((ch) >= 
> 0x80 && (ch) < 0xC0), this has the same effect (speed up to +45%) on 
> AMD Athlon.

Doesn't produce any significant speedup on Intel Core i5-2500.
History
Date User Action Args
2012-05-27 18:37:04pitrousetrecipients: + pitrou, loewis, jcea, ronaldoussoren, mark.dickinson, janssen, vstinner, ned.deily, ezio.melotti, Arfrever, python-dev, serhiy.storchaka
2012-05-27 18:37:04pitrousetmessageid: <1338143824.91.0.443465161288.issue14923@psf.upfronthosting.co.za>
2012-05-27 18:37:04pitroulinkissue14923 messages
2012-05-27 18:37:04pitroucreate