[New-bugs-announce] [issue13417] faster utf-8 decoding

Antoine Pitrou report at bugs.python.org
Wed Nov 16 23:49:41 CET 2011


New submission from Antoine Pitrou <pitrou at free.fr>:

PEP 393 and the need for a two-pass decoding process has made utf-8 decoding much slower, especially with the current generic implementation. Attached patch makes utf-8 more than twice faster, which means we're around 10-20% slower than 3.2 on non-trivial cases.

----------
components: Interpreter Core
files: utf8lib2.patch
keywords: patch
messages: 147778
nosy: haypo, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: faster utf-8 decoding
type: performance
versions: Python 3.3
Added file: http://bugs.python.org/file23712/utf8lib2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13417>
_______________________________________


More information about the New-bugs-announce mailing list