Hacker News new | ask | show | jobs
by pansa2 434 days ago
Recent versions of CPython do have an experimental JIT compiler. I'm not sure how widely-used it is, though.

https://peps.python.org/pep-0744/

1 comments

It's disabled by default, not production ready. You need to compile CPython yourself if you want to try it.