发布于 2015-03-27 00:17:15 | 217 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

PyPy Python解释器

PyPy是用Python实现的Python解释器。PyPy是Armin Rigo开发的,Python语言的动态编译器,是Psyco的后继项目。PyPy的目的是,做到Psyco没有做到的动态编译。


PyPy 2.5.1 发布了,PyPy 是用Python实现的Python解释器。

PyPy是用Python实现的Python解释器。PyPy是Armin Rigo开发的,Python语言的动态编译器,是Psyco的后继项目。PyPy的目的是,做到Psyco没有做到的动态编译。

PyPy是,Python开发者为了更好的Hack Python创建的项目。此外,PyPy比CPython是更加灵活,易于使用和试验,以制定具体的功能在不同情况的实现方法,可以很容易实施。 该项目的目标是,让PyPy比C实现的Python更为容易的适应各个项目和方便裁剪。

下载地址:http://pypy.org/download.html

该版本值得关注的改进有:

  • The past months have seen pypy mature and grow, as rpython becomes the goto solution for writing fast dynamic language interpreters. Our separation of Rpython from the python interpreter PyPy is now much clearer in thePyPy documentation  and we now have seperate RPython documentation. Tell us what still isn’t clear, or even better help us improve the documentation.

  • We merged version 2.7.9 of python’s stdlib. From the python release notice:

    • The entirety of Python 3.4’s ssl module has been backported. See PEP 466 for justification.

    • HTTPS certificate validation using the system’s certificate store is now enabled by default. See PEP 476 for details.

    • SSLv3 has been disabled by default in httplib and its reverse dependencies due to the POODLE attack.

    • The ensurepip module has been backported, which provides the pip package manager in every Python 2.7 installation. See PEP 477.

  • The garbage collector now ignores parts of the stack which did not change since the last collection, another performance boost

  • errno and LastError are saved around cffi calls so things like pdb will not overwrite it

  • We continue to asymptotically approach a score of 7 times faster than cpython on our benchmark suite, we now rank 6.98 on latest runs

  • Issues reported with our previous release were resolved after reports from users on our issue tracker at https://bitbucket.org/pypy/pypy/issues or on IRC at #pypy.



  •  


历史版本 :
PyPy v5.10 发布,Python 解释器
PyPy v5.9 发布,Python 解释器
PyPy 打算推出无 GIL 版本,或和默认版本分开发行
PyPy v5.8 发布,Python 解释器
PyPy 5.1 发布,Python 解释器
PyPy 5.0 发布,Python 解释器
PyPy 4.0.0 发布,Python 解释器
PyPy 2.6.0 发布,Python 解释器
PyPy 2.5.1 发布,Python 解释器
PyPy 2.5.0 发布,Python 解释器
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务