Closed nanakura closed 2 months ago
How to use this crate to process large files like this https://github.com/klauspost/reedsolomon/blob/master/examples/stream-encoder.go
Not implemented yet. As a workaround, how about splitting the large file up into smaller chunks that fit in RAM and process each chunk individually? Could that work for you?
I will try
How to use this crate to process large files like this https://github.com/klauspost/reedsolomon/blob/master/examples/stream-encoder.go