PyPy 7.1 As The Well Known Alternative Python Implementation

Written by Michael Larabel in Programming on 24 March 2019 at 08:14 PM EDT. Add A Comment
PROGRAMMING
Last month brought the release of PyPy 7.0 as the JIT-ed performance-optimized Python implementation. PyPy 7.0 brought alpha Python 3.6 support, an updated CFFI module, and other enhancements. Out now is PyPy 7.1 as its successor.

PyPy 7.1 has an internal code refactoring so that Unicode strings are now handled using UTF-8 internally. By having this UTF-8 internal handling, the existing conversion passes could be removed to further help performance. PyPy 7.1 also has an updated CFFI module and other enhancements. PyPy 7.1 is available as PyPy2.7 and the PyPy3.6 support is considered beta.

More details via the PyPy 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