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
numba-0.36.2.tar.gz 0001335034 1.27 MB
python-numba.changes 0000014465 14.1 KB
python-numba.spec 0000003556 3.47 KB
Revision 17 (latest revision is 20)
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 568988 from Yuchen Lin's avatar Yuchen Lin (maxlin_factory) (revision 17)
Automatic request from openSUSE:Factory by F-C-C Submitter. Please review this change and decline it if Leap do not need it.
Comments 0
openSUSE Build Service is sponsored by