Why shouldn't I use PyPy over CPython if PyPy is 6.3 times faster?

前端 未结 12 1093
暖寄归人
暖寄归人 2020-12-02 03:12

I\'ve been hearing a lot about the PyPy project. They claim it is 6.3 times faster than the CPython interpreter on their site.

Whenever we talk about dynamic languag

12条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-02 04:09

    Supported Python Versions

    To cite the Zen of Python:

    Readability counts.

    For example, Python 3.7 introduced dataclasses and Python 3.8 introduced fstring =.

    There might be other features in Python 3.7 and Python 3.8 which are more important to you. The point is that PyPy does not support Python 3.7 or Python 3.8 at the moment.

    Shameless self-advertisement: Killer Features by Python version - if you want to know more things you miss by using older Python versions

提交回复
热议问题