Open NicolasHug opened 5 years ago
There's none (for now).
Do we want to cache all compilations @ogrisel ? I'd say yes, since it takes a non-negligible amount of time
So I did that, cache=True
is not supported for jitclasses nor when parallel=True
so gain is pretty minimal: going from about 10s to 9s.
Ok so better wait for a better caching infrastructure in numba before enabling it.
Opened https://github.com/numba/numba/issues/3588 to ask if there's an alternative.