RSE-Sheffield / team-python

Notes and Issues for Team Python
4 stars 0 forks source link

Numba :snake: #12

Open ns-rse opened 1 year ago

ns-rse commented 1 year ago

Numba is a high-performance Just In Time compiler that can speed up the performance of Python code to be comparable to that of C or FORTRAN.

No special interpreter is required, just the use of appropriate Numba decorators.