Pyston 0.5 Released As A Faster Python JIT

Written by Michael Larabel in Programming on 25 May 2016 at 02:25 PM EDT. 12 Comments
PROGRAMMING
The Dropbox engineers working on their Pyston project as a high-performance JIT implementation today announced version 0.5 of the software.

Pyston 0.5 now makes use of reference counting rather than tracing garbage collectors, support for running NumPy unmodified, signal handling support, frame introspection, and many other changes.

All of the details on Pyston 0.5 -- including their motives for abandoning the tracing GC and moving to refcounting -- is described via this blog post announcement on the Pyston project site.
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