Hacker News new | past | comments | ask | show | jobs | submit login

Compression via next-symbol prediction seems to be what you'd be looking for. That's what the PAQ compression schemes focus on, although they're very slow and definitely overkill for non-archival purposes. You'd probably just want to write out that data as deltas manually and have the reader know a delta format is being used. So I guess the answer is actually delta encoding, because that's a compression algorithm too.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: