Actions
Bug #4448
openLong-duration EEG file loading is slow due to preload=True in EDF reader
Start date:
12/04/2025
Due date:
12/08/2025 (about 8 months late)
% Done:
100%
Estimated time:
Planned Due Date:
Description
While loading long-duration EEG recordings, the application experiences noticeable delays because the EDF file is read with preload=True using mne.io.read_raw_edf(). This causes the entire dataset to be loaded into memory at once, leading to slow initialization for large files.
Actions