Hacker News new | ask | show | jobs
by amalcon 4017 days ago
Interesting, this seems to be a SIMD-optimized implementation of delta compression (or very similar, anyway). That's a clever idea.

edit: Apparently this isn't actually a SIMD implementation, so it's basically just a variant of delta compression with no particular advantage (or disadvantage).

1 comments