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 Arfrever, asvetlov, ezio.melotti, loewis, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2012-05-19.09:02:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337418177.36.0.555238109831.issue14624@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you, Antoine. Now only issue14625 waits for review.

> changeset:   77012:3430d7329a3b
> +* UTF-8 and UTF-16 decoding is now 2x to 4x faster.

In fact now UTF-16 decoding faster for a maximum of +25% compared to Python 3.2 on my computers (and sometimes a little slower yet). 2x to 4x it is faster compared to former slow-downed Python 3.3 (thanks to PEP 393).
History
Date User Action Args
2012-05-19 09:02:57serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, pitrou, vstinner, ezio.melotti, Arfrever, asvetlov, python-dev
2012-05-19 09:02:57serhiy.storchakasetmessageid: <1337418177.36.0.555238109831.issue14624@psf.upfronthosting.co.za>
2012-05-19 09:02:56serhiy.storchakalinkissue14624 messages
2012-05-19 09:02:56serhiy.storchakacreate