python-neo
python-neo copied to clipboard
Slow lazy loading in BlackrockIO
Currently lazy loading is implemented by loading the complete dataset in order to determine the size of data objects, in particular AnalogSignals. Although it is faster than loading without lazy loading it could be very much improved by calculating the size based on the binning of the data and the provided t_start and t_stop values.