It may be useful to reduce `numba` compilation time or, at the least, understand where the time is going. There were some initial comments [here](https://numba.discourse.group/t/reduce-compilation-time/969/9). This is NOT to be confused with [reducing the import time](https://github.com/TDAmeritrade/stumpy/issues/495)
It may be useful to reduce
numbacompilation time or, at the least, understand where the time is going. There were some initial comments here.This is NOT to be confused with reducing the import time