lgecass / Reed-Solomon-Seq-Box-Filesystem

A filesystem enhanced with Reed-Solomon Data error correction and reparation with Seq-Box data block recognision
MIT License
0 stars 0 forks source link

Idea to make encoding and decoding concurrent because encoding of big files takes too long #10

Closed lgecass closed 1 year ago

lgecass commented 1 year ago

All blocks have a number asociated with them because of seqbox. It would be possible to let the threads run and rearange the blocks in their order after decoding finished.

lgecass commented 1 year ago

New update replaces python reed solomon module with one based in c. Encoding is now fast enough