File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Summary -- Release highlights
63
63
Brevity is key.
64
64
65
65
- 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.
67
67
68
68
.. PEP-sized items next.
69
69
@@ -840,7 +840,7 @@ Optimizations
840
840
Faster CPython
841
841
==============
842
842
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 >`_
844
844
than CPython 3.10 when measured with the
845
845
`pyperformance <https://github.com/python/pyperformance >`_ benchmark suite,
846
846
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
942
942
to adapt to new circumstances.
943
943
944
944
(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.)
946
947
947
948
..
948
949
If I missed out anyone, please add them.
You can’t perform that action at this time.
0 commit comments