Create compression software that efficiently handles appending to a compressed file. Only the last block needs to be modified.
Make it robust: no matter what goes wrong, no old data can be lost. This may be impossible.
Allow for appending to more points than just the end. Becomes a graph compression problem, rather than the serial approach taken nowadays.
No comments :
Post a Comment