Are there any good DEFLATE-like compression algorithms that are additive and immutable?
Advertisements I need to add more things onto a stacklike structure, but compress them additively such that addition of new data results in the expected compression gain, but new chunks are still stored as compressed data without altering any of the past data chunks. So in other words, it must preserve the additive property over… Read More Are there any good DEFLATE-like compression algorithms that are additive and immutable?