设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

PyPy 2.6.0发布,Python解释器

2015-6-3 23:39| 发布者: joejoe0332| 查看: 438| 评论: 0|原作者: oschina|来自: oschina

摘要: PyPy 2.6.0 发布,此版本更新 cffi 至版本 1.1,使得流行的 ctypes-alternative 更容易使用,支持新的 vmprof 统计分析工具。PyPy 2.6.0 现已提供下载:http://pypy.org/download.htmlPyPY 包括 3 个子项目:Py3k ( ...

PyPy 2.6.0 发布,此版本更新 cffi 至版本 1.1,使得流行的 ctypes-alternative 更容易使用,支持新的 vmprof 统计分析工具。


PyPy 2.6.0 现已提供下载:

http://pypy.org/download.html

PyPY 包括 3 个子项目:

  • Py3k (支持 Python 3.x)

  • STM (software transactional memory)

  • NumPy

值得关注的改进

  • Python 兼容性:

    • 改进对 TLS 1.1 和 1.2 的支持

    • Windows 下载现在是一个 pypyw.exe 加一个 pypy.exe

    • 支持 PYTHONOPTIMIZE 环境变量 (impacting builtin’s __debug__ property)

    • 解决了之前版本报告的 issues:https://bitbucket.org/pypy/pypy/issues 或者 IRC at #pypy。

  • 新特性:

    • Add preliminary support for a new lightweight statistical profiler vmprof, which has been designed to accomodate profiling JITted code

  • Numpy:

    • Support for object dtype via a garbage collector hook

    • Support for .can_cast and .min_scalar_type as well as beginning a refactoring of the internal casting rules

    • Better support for subtypes, via the __array_interface__, __array_priority__, and __array_wrap__ methods (still a work-in-progress)

    • Better support for ndarray.flags

  • 性能提升:

    • Improved IO performance of zlib and bz2 modules

    • We continue to improve the JIT’s optimizations. Our benchmark suite is now over 7 times faster than cpython

    • Slight improvement in frame sizes, improving some benchmarks

    • Internal refactoring and cleanups leading to improved JIT performance

更多改进请看发行说明

Cheers
The PyPy Team

PyPy 是用Python实现的Python解释器。

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


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部