New submission from Serhiy Storchaka <storch...@gmail.com>: 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. ---------- components: Interpreter Core files: decode_utf16.patch keywords: patch messages: 158748 nosy: storchaka priority: normal severity: normal status: open title: Faster utf-16 decoder type: performance versions: Python 3.3 Added file: http://bugs.python.org/file25277/decode_utf16.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14624> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com