收集到的开源二进制差分算法
- bsdiff
- xdelta
bsdiff
bsdiff and bspatch are libraries for building and applying patches to
binary files.
bsdiff 是以C语言编写的开源二进制差分算法库,其中包括生成差分文件的bsdiff部分和还原差分文件的bspatch部分。
速度和效率
bsdiff routinely produces binary patches 50-80% smaller than those
produced by Xdelta, and 15% smaller than those produced by .RTPatch (a
$2750/seat commercial patch tool).
维护状态
github 最新提交的代码在2020年
支持平台
Windows, Linux, NaCl, OSX
可以认为是跨平台
LICENCE
This project is governed by the BSD 2-clause license