From a44f938041e907123ab1b02736840a6fb5df4558 Mon Sep 17 00:00:00 2001 From: Ken Jin Date: Sun, 8 May 2022 23:05:30 +0800 Subject: [PATCH] Update What's New in 3.11 faster cpython figures and contributors (GH-92401) (cherry picked from commit b7380948f2eeb46aca9ef54889d61df9c4ad0203) Co-authored-by: Ken Jin --- Doc/whatsnew/3.11.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index c4e8e6f9a1051f8..7d3eb02a7be3b8d 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -63,7 +63,7 @@ Summary -- Release highlights Brevity is key. - Python 3.11 is up to 10-60% faster than Python 3.10. On average, we measured a - 1.22x speedup on the standard benchmark suite. See `Faster CPython`_ for details. + 1.25x speedup on the standard benchmark suite. See `Faster CPython`_ for details. .. PEP-sized items next. @@ -828,7 +828,7 @@ Optimizations Faster CPython ============== -CPython 3.11 is on average `1.22x faster `_ +CPython 3.11 is on average `1.25x faster `_ than CPython 3.10 when measured with the `pyperformance `_ benchmark suite, and compiled with GCC on Ubuntu Linux. Depending on your workload, the speedup @@ -930,7 +930,8 @@ and specialization attempts are not too expensive. This allows specialization to adapt to new circumstances. (PEP written by Mark Shannon, with ideas inspired by Stefan Brunthaler. -See :pep:`659` for more information.) +See :pep:`659` for more information. Implementation by Mark Shannon and Brandt +Bucher, with additional help from Irit Katriel and Dennis Sweeney.) .. If I missed out anyone, please add them.