Hacker News
- Is there a compression algorithm for an array of integers (lossless or lossy) that allows you to modify the array without having to uncompress the whole thing? I want to keep a compressed Count-Min sketch in memory without having to decompress it all to add or remove elements. https://sites.google.com/site/countminsketch/ 6 comments programming