Ross ROSS = Recommend OSS · open-source software intelligence for agents

pypy/pypy

PyPy is a very fast and compliant implementation of the Python language. observed · 2026-08-28

github.com/pypy/pypy · homepage · Python · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

71/100

  • Activity 99
  • Release rhythm 35
  • Longevity 69

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 978
  • days_rel: n/a
  • days_push: 7
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1783 stars · 125 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

PyPy is a fast, compliant alternative implementation of the Python programming language built on the RPython compiler framework. It features a Just-in-Time compiler that typically makes Python programs run several times faster than CPython, with lower memory usage for memory-hungry workloads.

Use cases

  • speed up long-running python programs
  • run python code faster than cpython
  • reduce memory usage of python applications
  • run django or twisted on a faster interpreter
  • massive concurrency with micro-threads
  • use python 2.7 or 3.11 with jit compilation

When to choose

  • your workload is long-running and spends most time executing pure python code
  • you need better performance or memory footprint than cpython without rewriting code
  • you want stackless-style micro-threads for massive concurrency

When to avoid

  • your program is short-running, so the jit never warms up
  • you depend heavily on c extension modules that are slow or unsupported under pypy's c-api compatibility layer
  • you need guaranteed cpython-identical behavior such as sys.getrefcount or refcounting-based garbage collection

Facets

cli-tool · maturity stable

interpreter compiler programming-language programming-languages compilers performance windows cross-platform python jit rpython cpython-alternative stackless garbage-collection interpreter linux macos

4 sources

Member repositories

RepositoryRoleHealth v2
pypy/pypymain71

For agents

markdown · JSON · MCP: product_card(name="pypy/pypy")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem