Language

Package: python-numba @ 0.55.1

Synopsis

Compile Python code using LLVM

Description

Numba gives you the power to speed up your applications with high performance functions written directly in Python. With a few annotations, array-oriented and math-heavy Python code can be just-in-time compiled to native machine instructions, similar in performance to C, C++ and Fortran, without having to switch languages or Python interpreters.

Numba works by generating optimized machine code using the LLVM compiler infrastructure at import time, runtime, or statically (using the included pycc tool).

Home page
https://numba.pydata.org
Location
gnu/packages/python-xyz.scm (line: 21894, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings