Delta Compression: Diff Algorithms And Delta File Formats [Practical Guide]by@Michael_Ably
2,960 reads
2,960 reads

Delta Compression: Diff Algorithms And Delta File Formats [Practical Guide]

by Michael10mAugust 23rd, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Diff Algorithms are the basis of a number of commonly used developer tools. Understanding the inner workings of diff algorithms is rarely necessary to use said tools. Message Delta Compression reduces the bandwidth required to transmit realtime messages by sending only the diff of a message. Ably programmatically implemented a diff algorithm across its distributed pub/sub messaging platform. It transfers only the set of changes to an old version of the data already available to a recipient as opposed to transferring all the new data. Binary format is usually space optimized and used in order to save bandwidth.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - Delta Compression: Diff Algorithms And Delta File Formats [Practical Guide]
Michael HackerNoon profile picture
Michael

Michael

@Michael_Ably

Share Your Thoughts

About Author

Michael HackerNoon profile picture
Michael@Michael_Ably

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
L O A D I N G
. . . comments & more!