slackbuilds_ponce/python/python3-numba
Willy Sudiarto Raharjo 8f10d2ecbb
python/python3-numba: Updated for version 0.59.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-04-14 12:43:47 +07:00
..
python3-numba.info
python3-numba.SlackBuild
README
slack-desc

  Numba translates Python functions to optimized machine code at
runtime using the industry-standard LLVM compiler library.
Numba-compiled numerical algorithms in Python can approach the
speeds of C or FORTRAN.

  You don't need to replace the Python interpreter, run a separate
compilation step, or even have a C/C++ compiler installed. Just apply
one of the Numba decorators to your Python function, and Numba does
the rest.