Numba
NumPy aware dynamic Python compiler using LLVM 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
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
- readme: https://github.com/numba/numba · fetched 2026-08-28 · 8fe3b3206db2
- homepage: https://numba.pydata.org/ · fetched 2026-08-29 · eccddb4e7a8c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| numba/numba | main | 94 |
| numba/llvmlite | backend | 94 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem