Path to this page:
./
math/py-numba,
NumPy aware dynamic Python compiler using LLVM
Branch: pkgsrc-2020Q3,
Version: 0.51.0,
Package name: py37-numba-0.51.0,
Maintainer: pkgsrc-usersNumba 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: 17c034a05759afeb02a359649f3fc35d471a8a8c
RMD160: b713cdaf2ccec41755e0badec5aa7c1835a6b21f
Filesize: 2008.618 KB
Version history: (Expand)
- (2020-10-10) Package added to pkgsrc.se, version py37-numba-0.51.0 (created)