Saga icon indicating copy to clipboard operation
Saga copied to clipboard

Parallelize running the readers and the writers

Open kevinrenskers opened this issue 11 months ago • 0 comments

Currently every file is read one by one, this could easily be done in parellel. Same when we're running the writers, nothing depends on each other and this could be done in parallel.

kevinrenskers avatar Mar 03 '25 16:03 kevinrenskers