Pyston v2 Released As ~20% Faster Than Python 3.8

Written by Michael Larabel in Programming on 28 October 2020 at 02:01 PM EDT. 23 Comments
PROGRAMMING
Version 2.0 of Pyston is now available, the Python implementation originally started by Dropbox that builds on LLVM JIT for offering faster Python performance.

Pyston developers believe their new release is about 20% faster than the standard Python 3.8 and should be faster for most Python code-bases.

In some workloads PyPy 7.3.2 does admittedly come out faster than Pyston v2 albeit at much higher memory use. The benchmarks tend to vary a fair amount based on the particular Python workload. Pyston developers also believe they are the "most compatible" alternative Python implementation to date.

Dropbox is no longer involved in Pyston development but this new version comes after some of the original developers formed a new company earlier this year to spearhead Pyston moving forward.

More details on Pyston v2 via Pyston.org and the GitHub repository.
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