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 serhiy.storchaka
Date 2012-04-19.20:58:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334869141.17.0.802149162715.issue14624@psf.upfronthosting.co.za>
In-reply-to
Content
I propose a patch, which accelerates the utf-16 decoder. With PEP 393 utf-16 decoder slowed down a few times (3-4x), this patch returns the performance at the level of Python 3.2 and even higher (+10-30% over 3.2).

In addition, it fixes a few bugs in the utf-16 decoder. Also as a side effect is possible acceleration of other decoders.
History
Date User Action Args
2012-04-19 20:59:01serhiy.storchakasetrecipients: + serhiy.storchaka
2012-04-19 20:59:01serhiy.storchakasetmessageid: <1334869141.17.0.802149162715.issue14624@psf.upfronthosting.co.za>
2012-04-19 20:59:00serhiy.storchakalinkissue14624 messages
2012-04-19 20:59:00serhiy.storchakacreate