From 403862237d66b84d73f223699b8ae641f228f15b Mon Sep 17 00:00:00 2001 From: Ken Jin Date: Fri, 6 May 2022 20:35:44 +0800 Subject: [PATCH 1/2] Update faster cpython figures and contributors --- Doc/whatsnew/3.11.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index b9871f7ef69f90f..43d4e35e52c3d0f 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,8 +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. From 4f48bab8ed9821e7cc16ac1c317ffd2d0144928c Mon Sep 17 00:00:00 2001 From: Ken Jin Date: Fri, 6 May 2022 20:46:09 +0800 Subject: [PATCH 2/2] Add a newline --- Doc/whatsnew/3.11.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 43d4e35e52c3d0f..ce429c24d44539c 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -932,6 +932,7 @@ to adapt to new circumstances. (PEP written by Mark Shannon, with ideas inspired by Stefan Brunthaler. 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.