Does the Python 3 interpreter have a JIT feature?

前端 未结 7 1445
遥遥无期
遥遥无期 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.

    0 讨论(0)
提交回复
热议问题