]> granicus.if.org Git - python/commit
bpo-30340: Enhanced regular expressions optimization. (#1542)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 14 May 2017 05:32:33 +0000 (08:32 +0300)
committerGitHub <noreply@github.com>
Sun, 14 May 2017 05:32:33 +0000 (08:32 +0300)
commit821a9d146bc04a1bc1a9807962990a1f59d692b8
treee981ba61ef49d7bcd83474cefe76ee3f18a6dc3f
parentcbddf58c797f850a5b06f317a4bb7ab69c6e9715
bpo-30340: Enhanced regular expressions optimization. (#1542)

This increased the performance of matching some patterns up to 25 times.
Lib/sre_compile.py
Lib/sre_parse.py
Lib/test/test_re.py
Misc/NEWS