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.

作者 serhiy.storchaka
收信人 serhiy.storchaka
日期 2012-04-19.20:58:59
SpamBayes Score -1.0
Marked as misclassified
Message-id <1334869141.17.0.802149162715.issue14624@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2012-04-19 20:59:01serhiy.storchaka修改recipients: + serhiy.storchaka
2012-04-19 20:59:01serhiy.storchaka修改messageid: <1334869141.17.0.802149162715.issue14624@psf.upfronthosting.co.za>
2012-04-19 20:59:00serhiy.storchaka链接issue14624 messages
2012-04-19 20:59:00serhiy.storchaka创建