Skip to content

DiskReader Read large files in chunks

Roel Aaij requested to merge ra-diskreader-chunks into master

When files are reused by the DiskReader, only a single file is used. To get a large sample of events, a large file is needed. That only works if the files are read in chunks, because RawFile::read takes an int as a size argument, which easily overflow.

Edited by Roel Aaij

Merge request reports