Saga
Saga copied to clipboard
Parallelize running the readers and the writers
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.