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 pitrou, vstinner
Date 2011-11-16.22:49:38
SpamBayes Score 4.4333327e-05
Marked as misclassified No
Message-id <1321483781.85.0.24668666063.issue13417@psf.upfronthosting.co.za>
In-reply-to
Content
PEP 393 and the need for a two-pass decoding process has made utf-8 decoding much slower, especially with the current generic implementation. Attached patch makes utf-8 more than twice faster, which means we're around 10-20% slower than 3.2 on non-trivial cases.
History
Date User Action Args
2011-11-16 22:49:43pitrousetrecipients: + pitrou, vstinner
2011-11-16 22:49:41pitrousetmessageid: <1321483781.85.0.24668666063.issue13417@psf.upfronthosting.co.za>
2011-11-16 22:49:41pitroulinkissue13417 messages
2011-11-16 22:49:41pitroucreate