Package Info

python-numba-test


NumPy-aware optimizing compiler for Python using LLVM


Unspecified

Numba is a NumPy-aware optimizing compiler for Python. It uses the LLVM compiler infrastructure to compile Python syntax to machine code.

It is aware of NumPy arrays as typed memory regions and so can speed-up code using NumPy arrays. Other, less well-typed code will be translated to Python C-API calls, effectively removing the "interpreter", but not removing the dynamic indirection.

Numba is also not a tracing JIT. It compiles your code before it gets run, either using run-time type information or type information you provide in the decorator.

Numba is a mechanism for producing machine code from Python syntax and typed data structures such as those that exist in NumPy.


License: BSD-2-Clause
URL: https://github.com/numba/numba

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
0.51.2-bp155.2.53 info GA Release 2023-05-22 15 SP5