Does the Python 3 interpreter have a JIT feature?

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

    The Numba project should work on Python 3. Although it is not exactly what you asked, you may want to give it a try: https://github.com/numba/numba/blob/master/docs/source/doc/userguide.rst.

    It does not support all Python syntax at this time.

提交回复
热议问题