We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
您可以尝试使用 PyPy,它是 Python 中 Python 的实现。它是标准 CPython 实现的替代品,并且速度大幅提升。
从其网站:
You could try using PyPy, which is an implementation of Python in Python. It is a replacement for the standard CPython implementation and boasts large speed increases.
From its website:
我相信 PyPy 现在运行 django。 PyPy 是用于 python 代码的纯 python jit,在某些情况下可以提供显着的加速。但仅支持有限的一组已编译模块。
I believe that PyPy runs django now. PyPy is a pure-python jit for python code, and can provide dramatic speedups in some circumstances. Only a limited set of compiled modules are supported though.