./math/py-numba, NumPy aware dynamic Python compiler using LLVM

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2019Q4, Version: 0.46.0, Package name: py37-numba-0.46.0, Maintainer: pkgsrc-users

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.


Master sites:

SHA1: df31d56c208b7d88452bbb1bf8d6f89b7c35ab62
RMD160: b86b8bf167a8b03c896cd6dbfce2748e60113178
Filesize: 1807.865 KB

Version history: (Expand)