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

serge-sans-paille/pythran

Ahead of Time compiler for numeric kernels observed · 2026-08-28

github.com/serge-sans-paille/pythran · homepage · C++ · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 99
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 5209
  • days_rel: n/a
  • days_push: 11
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2141 stars · 202 forks observed · 2026-08-28

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

Pythran is an ahead-of-time compiler that translates a subset of Python, focused on scientific computing with NumPy, into fast native C++ extension modules. It exploits multi-core parallelism and SIMD instructions to accelerate numeric kernels while preserving the original Python module interface.

Use cases

  • speed up numpy-heavy python code
  • compile python numeric kernels to native extensions
  • accelerate scientific computing functions
  • vectorize python loops with SIMD
  • parallelize python computations across cores
  • build fast python modules without writing C++

When to choose

  • you have numeric/scientific Python code that is too slow
  • you want native speed without hand-writing C++ or Cython
  • your code uses NumPy expressions and pure-Python numeric kernels
  • you want automatic SIMD and multi-core optimization

When to avoid

  • your code relies on arbitrary Python objects, dynamic features, or non-numeric libraries
  • you need JIT compilation or interactive acceleration of full Python programs
  • you target platforms with weak C++ toolchain support

Facets

cli-tool · maturity active

compiler machine-learning math compilers performance python windows cpp ahead-of-time-compilation numpy simd python-to-c++ numeric-kernels compiler scientific-computing linux macos

1 source

Member repositories

RepositoryRoleHealth v2
serge-sans-paille/pythranmain77

For agents

markdown · JSON · MCP: product_card(name="serge-sans-paille/pythran")

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