Bsdiff
Dan Tobias (Talk | contribs) (→Links and references) |
Ross-spencer (Talk | contribs) (Adds link to links and references) |
||
Line 20: | Line 20: | ||
* [http://damaestro.us/blog/bsdiff-very-interesting-binary-diff Blog discussion] | * [http://damaestro.us/blog/bsdiff-very-interesting-binary-diff Blog discussion] | ||
* [http://openplanetsfoundation.org/blogs/2014-07-09-bsdiff-technological-solutions-reversible-pre-conditioning-complex-binary-objects BSDIFF: Technological Solutions for Reversible Pre-conditioning of Complex Binary Objects] | * [http://openplanetsfoundation.org/blogs/2014-07-09-bsdiff-technological-solutions-reversible-pre-conditioning-complex-binary-objects BSDIFF: Technological Solutions for Reversible Pre-conditioning of Complex Binary Objects] | ||
+ | * [https://exponentialdecay.co.uk/blog/bsdiff-as-a-tool-for-digital-preservation/ Revisiting bsdiff as a tool for digital preservation] |
Revision as of 07:18, 29 September 2025
Bsdiff is an open-source utility for generating diffs of binary files which can be distributed as patches or updates without having to send the entire set of binary data each time the package is updated. While one might think the need for such things is reduced with the much-improved bandwidth of modern times, software has also increased in size (the "bloatware" phenomenon), so the need for tools like this continues. Supposedly bsdiff generates more compact diff files than the high-priced proprietary RTPatch system.
bzip2 is used for compression.
There have been some forks and variant versions of bsdiff, and slightly-divergent forms are used for some platforms and software systems; for instance, there is an adapted version used for Mozilla updates (which, in turn, get put into Mozilla Archive files).
Links and references
- BSDIFF page with link to download
- bsdiff for Windows
- bsdiff Python extension
- BSDIFF format information
- Paper on algorithm used
- Doctoral thesis by author describing more sophisticated algorithm
- Blog discussion
- BSDIFF: Technological Solutions for Reversible Pre-conditioning of Complex Binary Objects
- Revisiting bsdiff as a tool for digital preservation