from Hacker News

Where does Python 3.11 get its ~25% Speedup? Part 1:General Optimization

by CarbonCycles on 11/3/22, 3:09 PM with 4 comments

  • by bratao on 11/3/22, 8:19 PM

    I´m loving the Faster CPython project. Just for a reference, I have a project originally written in (very optimized) Python, that has a Rust version. The Rust version is approximately 150% faster in Python 3.10. In Python 3.11 it is 100% faster. This is something incredible as I would prefer to keep it all in Python.
  • by greatgib on 11/4/22, 11:02 AM

    This article format is very pleasant to read I think!