SpikeInterface / spikeinterface

A Python-based module for creating flexible and robust spike sorting pipelines.
https://spikeinterface.readthedocs.io
MIT License
455 stars 174 forks source link

Compile numba at run-time for peak detection #1987

Open alejoe91 opened 9 months ago

alejoe91 commented 9 months ago

And profile performance of the different options.

See #1610

zm711 commented 1 week ago

I think we have finally got this done as well no? All of our imports are fast so I don't think we are compiling any numba at import any more. Can we close?