New submission from Serhiy Storchaka <storch...@gmail.com>:

I suggest two variants of patch, accelerating the utf-32 decoder. With PEP 393 
utf-32 decoder slowed down up to 2x, these patches returns a performance at the 
level of Python 3.2 and even much higher (2-3x over 3.2). The variant A is 
simpler, but the variant B is a little faster (+8-15%).

----------
components: Interpreter Core
files: decode_utf32_a.patch
keywords: patch
messages: 158749
nosy: storchaka
priority: normal
severity: normal
status: open
title: Faster utf-32 decoder
type: performance
versions: Python 3.3
Added file: http://bugs.python.org/file25278/decode_utf32_a.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14625>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to