Compiling Python code using LLVM

Edit Package python-numba

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.

Refresh
Refresh
Source Files
Filename Size Changed
_multibuild 0000000122 122 Bytes
multiprocessing-context.patch 0000002726 2.66 KB
numba-0.57.1.tar.gz 0002552795 2.43 MB
numba-pr9105-np1.25.patch 0000022418 21.9 KB
python-numba.changes 0000066441 64.9 KB
python-numba.spec 0000006423 6.27 KB
skip-failing-tests.patch 0000002568 2.51 KB
Revision 41 (latest revision is 47)
Comments 0
openSUSE Build Service is sponsored by