Does the Python 3 interpreter have a JIT feature?

前端 未结 7 1447
遥遥无期
遥遥无期 2020-12-29 19:04

I found that when I ask something more to Python, python doesn\'t use my machine resource at 100% and it\'s not really fast, it\'s fast if compared to many other interpreted

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-29 19:44

    The only Python implementation that has a JIT is PyPy. Byt - PyPy is both a Python 2 implementation and a Python 3 implementation.

提交回复
热议问题