aaronsteers
10/20/2022, 4:16 PMaaronsteers
10/20/2022, 4:16 PMaaronsteers
10/20/2022, 4:16 PMaaronsteers
10/20/2022, 4:18 PMCPython 3.11 is on average 25% 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 could be up to 10-60% faster.https://docs.python.org/3.11/whatsnew/3.11.html#faster-cpython
aaronsteers
10/20/2022, 4:20 PMSelf
type: https://peps.python.org/pep-0673/Will Da Silva (Arch)
10/20/2022, 4:22 PMWill Da Silva (Arch)
10/20/2022, 4:27 PMaaronsteers
10/20/2022, 4:28 PMaaronsteers
10/20/2022, 4:31 PMexcept*
. Seems like a lot of added complexity for the relative benefit, but as I learn more and see it in the wild, perhaps I'll come around. thinkspinWill Da Silva (Arch)
10/20/2022, 4:36 PMWill Da Silva (Arch)
10/20/2022, 4:38 PMedgar_ramirez_mondragon
10/20/2022, 6:48 PMmatch...case
in a 3.10+ project ๐