aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-numba/pkg-descr
blob: 0324a6c16db1bee459c5f0fa30e6df93dfd3ad9a (plain) (blame)
1
2
3
4
5
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.