PyPy 2.6 Released, ~7x Faster Than CPython

Written by Michael Larabel in Programming on 1 June 2015 at 12:21 PM EDT. 11 Comments
PROGRAMMING
Version 2.6 of the PyPy JIT-compiler-based interpreter for Python has been released. With PyPy 2.6 there's some Python compatibility improvements along with Numpy improvements and preliminary support for a new lightweight stats profiler.

The new lightweight statistical profiler found in PyPy 2.6 is vmprof and is designed to accomodate profiling JIT'ed code.

When it comes to better performance with PyPy 2.6, there's some improvement in frame sizes, internal refactoring and cleanups for yielding better JIT performance, and improved I/O performance out of the zlib and bz2 modules. With the continued work on their JIT optimizations, the PyPy developers are reporting that with their benchmark suite they are now over seven times faster than CPython!

Those wishing to learn more about PyPy 2.6.0 can read the official release announcement.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week