10000 Update What's New in 3.11 faster cpython figures and contributors (GH… · python/cpython@b738094 · GitHub
[go: up one dir, main page]

Skip to content

Commit b738094

Browse files
Update What's New in 3.11 faster cpython figures and contributors (GH-92401)
1 parent 086c6b1 commit b738094

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Summary -- Release highlights
6363
Brevity is key.
6464
6565
- Python 3.11 is up to 10-60% faster than Python 3.10. On average, we measured a
66-
1.22x speedup on the standard benchmark suite. See `Faster CPython`_ for details.
66+
1.25x speedup on the standard benchmark suite. See `Faster CPython`_ for details.
6767

6868
.. PEP-sized items next.
6969
@@ -840,7 +840,7 @@ Optimizations
840840
Faster CPython
841841
==============
842842

843-
CPython 3.11 is on average `1.22x faster <https://github.com/faster-cpython/ideas/blob/main/main-vs-310.rst>`_
843+
CPython 3.11 is on average `1.25x faster <https://github.com/faster-cpython/ideas/blob/main/main-vs-310.rst>`_
844844
than CPython 3.10 when measured with the
845845
`pyperformance <https://github.com/python/pyperformance>`_ benchmark suite,
846846
and compiled with GCC on Ubuntu Linux. Depending on your workload, the speedup
@@ -942,7 +942,8 @@ and specialization attempts are not too expensive. This allows specialization
942942
to adapt to new circumstances.
943943

944944
(PEP written by Mark Shannon, with ideas inspired by Stefan Brunthaler.
945-
See :pep:`659` for more information.)
945+
See :pep:`659` for more information. Implementation by Mark Shannon and Brandt
946+
Bucher, with additional help from Irit Katriel and Dennis Sweeney.)
946947

947948
..
948949
If I missed out anyone, please add them.

0 commit comments

Comments
 (0)
0