PyPy 2.2 Python Is Now Even Faster

Written by Michael Larabel in Programming on 18 November 2013 at 11:46 AM EST. 3 Comments
PROGRAMMING
The JIT compiler based PyPy alternative to Python is now up to version 2.2. This Python 2 alternative is now even faster than earlier releases.

Among the noted changes with PyPy 2.2 include the garbage collector being incremental, JIT counters for hot code now being reset, NumPy has been split from PyPy itself, non-lined calls now have less overheated, sys.set_trace-dependent code are now JITed, JSON decoding is much faster, buffer copying methods have been sped up, and all missing os.xxx() functions have been implemented.

This PyPy 2.2 release is for their Python 2 implementation while they are hoping to get a PyPy3 2.2 releaseo ut for their Python 3.x support. The project is also hoping to release a preview of their Software Transaction Memory (STM) code very soon.

More details on PyPy 2.2 can be found via their software 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