Content Deep Dive
Delta Compression: A practical guide to diff algorithms and delta file formats
Blog post from Ably
Post Details
Company
Date Published
Author
Tsviatko Yovtchev
Word Count
2,953
Language
English
Hacker News Points
-
Summary
This article discusses the implementation of diff algorithms in Ably's distributed pub/sub messaging platform. It provides a detailed overview of diff algorithms, their purpose and usage, three generations of diff algorithms, current delta generation algorithms, delta file formats, testing open-vcdiff and xdelta, and finally, how these concepts were applied at Ably. The article also includes a comparison between the Google Open VCDiff and XDelta algorithms in terms of time complexity and performance.