Comment on Profiling your Numba codeparentComments−bbstats2yIf you must use a for loop on a data transformation (e.g. any recursive calculation), numba is way faster than most alternatives.
Comments
If you must use a for loop on a data transformation (e.g. any recursive calculation), numba is way faster than most alternatives.