35
PEP 744 โ JIT Compilation
(peps.python.org)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
How does it compare to the work the pypy project has been with JIT?
In the article it's said that the JiT has similar performance to the latest stable interpreter but that it's also very unoptimised. So I would assume it's inferior to the pypy implementation right now.