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

Numba

NumPy aware dynamic Python compiler using LLVM observed · 2026-08-28

github.com/numba/numba · homepage · Python · BSD-2-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 99
  • Release rhythm 85
  • Longevity 100
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: 55.5
  • age_days: 5291
  • days_rel: 22
  • days_push: 8
  • n_releases_24m: 11

Full methodology

Adoption not part of the score

11129 stars · 1315 forks observed · 2026-08-28

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

Numba is an open-source NumPy-aware JIT compiler that translates a subset of Python and NumPy code into fast machine code using LLVM. It supports automatic parallelization, GPU (CUDA) acceleration, ufunc creation, and C callbacks with minimal code changes.

Use cases

  • speed up numerical Python functions to near C/Fortran performance
  • parallelize loops across CPU cores with minimal code changes
  • compile Python code to run on NVIDIA GPUs via CUDA
  • accelerate NumPy array computations and create custom ufuncs
  • optimize Monte Carlo simulations and scientific algorithms
  • use fast Python kernels inside Jupyter notebooks or with Dask/Spark

When to choose

  • your workload is numerical/array-based Python or NumPy code that is too slow
  • you want C-like speed without rewriting in C/C++ or leaving the interpreter
  • you need easy CPU parallelization or GPU offloading of numeric loops

When to avoid

  • your code is heavily object-oriented, uses arbitrary Python objects, or relies on unsupported libraries
  • you need to compile non-numeric general-purpose Python
  • you depend on features outside Numba's supported Python/NumPy subset

Facets

library · maturity stable

compiler machine-learning gpu-computing concurrency math machine-learning data-science gpu-computing performance python cross-platform jit-compiler numpy llvm cuda scientific-computing parallelization high-performance-computing algorithms gpu

2 sources

Member repositories

RepositoryRoleHealth v2
numba/numbamain94
numba/llvmlitebackend94

For agents

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

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