summaryrefslogtreecommitdiffstats
path: root/python/python3-numba/README
blob: 61394f633aba311c5f98f74126a676f9b307dc8c (plain)
1
2
3
4
5
6
7
8
9
  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.