Numba
| Use attributes for filter ! | |
| Stable release | 10 October 2019 |
|---|---|
| Initial release | 15 August 2012; 7 years ago |
| Developers | Community project |
| Original author(s) | Continuum Analytics |
| Written in | Python |
| C | |
| Date of Reg. | |
| Date of Upd. | |
| ID | 2394375 |
About Numba
Numba is an open-source JIT compiler that translates a subset of Python and NumPy into fast machine code using LLVM, via the llvmlite Python package. It offers a range of options for parallelising Python code for CPUs and GPUs, often with only minor code changes.