Skip to content

Commit

Permalink
Remove pythongh-91404 re entry from Optimizations to add to Faster CP…
Browse files Browse the repository at this point in the history
…ython
  • Loading branch information
CAM-Gerlach committed Oct 19, 2022
1 parent 6d1c182 commit e7a1a01
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1169,12 +1169,6 @@ This section covers specific optimizations independent of the
≈10 times faster for large arguments (with a larger speedup for larger *k*).
(Contributed by Serhiy Storchaka in :issue:`37295`.)

* :mod:`re`'s regular expression matching engine has been partially refactored,
and now uses computed gotos (or "threaded code") on supported platforms. As a
result, Python 3.11 executes the `pyperformance regular expression benchmarks
<https://pyperformance.readthedocs.io/benchmarks.html#regex-dna>`_ up to 10%
faster than Python 3.10.

* The :mod:`statistics` functions :func:`~statistics.mean`,
:func:`~statistics.variance` and :func:`~statistics.stdev` now consume
iterators in one pass rather than converting them to a :class:`list` first.
Expand Down

0 comments on commit e7a1a01

Please sign in to comment.