python-neo icon indicating copy to clipboard operation
python-neo copied to clipboard

Slow lazy loading in BlackrockIO

Open JuliaSprenger opened this issue 8 years ago • 2 comments

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.

JuliaSprenger avatar Sep 21 '17 10:09 JuliaSprenger