Closed isazi closed 6 years ago
So far, we always assumed that to process files offline we would first load them in memory, and only then begin processing. However, it should be possible to modify the pipeline to process files as streams.
Implemented this feature in development branch.
So far, we always assumed that to process files offline we would first load them in memory, and only then begin processing. However, it should be possible to modify the pipeline to process files as streams.