PEP 744 – JIT Compilation
(peps.python.org)
from ylai@lemmy.ml to python@programming.dev on 14 Apr 2024 19:34
https://lemmy.ml/post/14458887
from ylai@lemmy.ml to python@programming.dev on 14 Apr 2024 19:34
https://lemmy.ml/post/14458887
#python
threaded - newest
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.