Does the Python 3 interpreter have a JIT feature?

前端 未结 7 1468
遥遥无期
遥遥无期 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:59

    You can try the pypy py3 branch, which is more or less python compatible, but the official CPython implementation has no JIT.

提交回复
热议问题