[issue47248] Possible slowdown of regex searching in 3.11

Mark Shannon report at bugs.python.org
Thu Apr 7 07:30:33 EDT 2022


New submission from Mark Shannon <mark at hotpy.org>:

The 3 regular expression benchmarks in the pyperformance suite, regex_v8, regex_effbot and regex_dna show slowdowns between 3% and 10%.

Looking at the stats, nothing seems wrong with specialization or the memory optimizations.

Which strongly suggests a regression in the sre module itself, but I can't say so for certain.

----------
keywords: 3.11regression
messages: 416923
nosy: Mark.Shannon
priority: normal
severity: normal
status: open
title: Possible slowdown of regex searching in 3.11
type: performance
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47248>
_______________________________________


More information about the Python-bugs-list mailing list