Closed bahistambay closed 10 years ago
Good idea, however we will add in the future new implementations of DataEncoder and DataDecoder that work with files. Something like FileDataEncoder and FileDataDecoder.
We will also provide a way to use temporary storage in disk for the intermediate symbols, when their total length is too large to fit in RAM. This applies for both encoding and decoding data.
Yeah. That's exactly what i'm thinking. Thank you for spearheading this project. Kudos! On Jul 1, 2014 9:07 PM, "RicardoFonseca" notifications@github.com wrote:
Good idea, however we will add in the future new implementations of DataEncoder and DataDecoder that work with files. Something like FileDataEncoder and FileDataDecoder.
We will also provide a way to use temporary storage in disk for the intermediate symbols, when their total length is too large to fit in RAM. This applies for both encoding and decoding data.
— Reply to this email directly or view it on GitHub https://github.com/openrq-team/OpenRQ/pull/1#issuecomment-47653189.
Added file ID and path to a temporary storage in ArrayDataDecoder