[New-bugs-announce] [issue19380] Optimize parsing of regular expressions

Serhiy Storchaka report at bugs.python.org
Thu Oct 24 22:14:19 CEST 2013


New submission from Serhiy Storchaka:

Proposed patch optimizes parsing of regular expressions. Total time of re unittests decreased by 10%.

----------
assignee: serhiy.storchaka
components: Library (Lib), Regular Expressions
files: re_parse.patch
keywords: patch
messages: 201177
nosy: ezio.melotti, mrabarnett, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Optimize parsing of regular expressions
type: performance
versions: Python 3.4
Added file: http://bugs.python.org/file32341/re_parse.patch

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


More information about the New-bugs-announce mailing list