As a long-term Python user, I closely follow the updates of Python performance improvement. According to benchmarking-public/RESULTS.md at main · faster-cpython/benchmarking-public · GitHub, the JIT performance has greatly improved recently.
Under the linux x86_64 (linux) section, the benchmarks show a great improvement between 2fd09b0 (JIT) and 9fbd66a (JIT), jumping from 1.310x to 1.913x faster, as shown below,
Out of my curiosity,
- which commit(s)/change(s) bring us the great improvement?
- will this improvement been released with Python 3.14?