Compiling Python code using LLVM
Numba is an Open Source NumPy-aware optimizing compiler for Python sponsored by Continuum Analytics, Inc. It uses the remarkable 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.
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP6/python-numba && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000053 53 Bytes | |
fix-max-name-size.patch | 0000000796 796 Bytes | |
numba-0.51.2.tar.gz | 0002059680 1.96 MB | |
python-numba.changes | 0000048662 47.5 KB | |
python-numba.spec | 0000005359 5.23 KB | |
skip-failing-tests.patch | 0000001975 1.93 KB | |
unpin-llvmlite.patch | 0000000503 503 Bytes |
Latest Revision
branch from Backports SP5
Comments 0