Streams should be helpful to handle larger files. In Papa Parse, the csv parser used in this project, there is already [support for streams](https://www.papaparse.com/#stream) built in. Files could be handled row by row instead of "all or nothing".
Streams should be helpful to handle larger files.
In Papa Parse, the csv parser used in this project, there is already support for streams built in.
Files could be handled row by row instead of "all or nothing".