openrq-team / OpenRQ

https://openrq-team.github.io/openrq/
Apache License 2.0
141 stars 28 forks source link

Source symbols are stored in a file to minimize RAM use #1

Closed bahistambay closed 10 years ago

bahistambay commented 10 years ago

Added file ID and path to a temporary storage in ArrayDataDecoder

rjpfonseca commented 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.

bahistambay commented 10 years ago

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.