PyPy 2.0 Python Alternative Released

Written by Michael Larabel in Free Software on 15 May 2013 at 02:36 PM EDT. 11 Comments
FREE SOFTWARE
Version 2.0 of PyPy, an alternative implementation of the Python language, has been released.

PyPy aims to be a fast JIT-compiled alternative of the Python language. PyPy tries to be faster than Python and utilize less memory while being highly compatible with existing Python code.

PyPy 2.0 changes include supporting stackless along with greenlets and that PyPy now has cffi 0.6 as a built-in module for calling C from Python. Other changes include callbacks from C now being JIT'ed, speed improvements, JIT improvements, stability fixes, and other improvements.

More details on the PyPy 2.0 release can be found out from the project blog.
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