7 ms·
Apparently the JIT won't be introduced in 3.11 and these speed gains are due to other optimisations [0]. > Q: Is there a JIT compiler? > A: No. We’re still ex
by Pandabob 4y ago
Apparently the JIT won't be introduced in 3.11 and these speed gains are due to other optimisations [0].
> Q: Is there a JIT compiler?
> A: No. We’re still exploring other optimizations.
[0]: https://docs.python.org/3.11/whatsnew/3.11.html#faster-cpython https://docs.python.org/3.11/whatsnew/3.11.html#faster-cpyth...
- samanator 4y agoYou're right. My mistake. Thanks for the link!