#pypy

[ follow ]
Python
fromInfoWorld
2 days ago

CPython vs. PyPy: Which Python runtime has the better JIT?

PyPy remains far faster for raw numerical workloads, but CPython's new native JIT and no-GIL builds close the gap in other workloads and enable threading.
Python
fromShed-skin
1 month ago

A (biased) Pure Python Performance Comparison

Shed Skin achieves about 29× average speedup over CPython 3.10 across many examples, outperforming PyPy's ~16× average with some workload exceptions.
Tech industry
fromAntocuni
15 years ago

EuroPython 2010 Videos available

EuroPython 2010 recordings present PyPy updates (1.2/1.3), JIT compilation, cpyext, and a comparison with HotPy and Unladen Swallow.
#jit
fromAntocuni
15 years ago
Python

PhD Thesis about PyPy's CLI JIT Backend

High-performance Python for CLI/.NET combines a PyPy-based tracing JIT and a JIT compiler generator to enable dynamic-language JITs on the CLI platform.
Python
fromAntocuni
15 years ago

PyPy migrates to Mercurial

PyPy's main development repository migrated from Subversion to Mercurial and is now hosted on BitBucket.
Python
fromPyPy
6 months ago

PyPy v7.3.20 release

PyPy version 7.3.20 releases interpreters for Python 2.7 and 3.11, fixing critical bugs and ensuring compatibility with upcoming Cython.
[ Load more ]