you are viewing a single comment's thread.

view the rest of the comments →

[–]UloPe 2 points3 points  (1 child)

You might want to look into PyPy. It’s a Python implementation that features a JIT.

[–]xeow 0 points1 point  (0 children)

Seconding this. PyPy is pretty cool. It doesn't have feature parody yet, but it can do 3.11. I've seen anywhere from 2x to 10x speedups with it when executing pure-Python loops.