[ccan] New module: bdelta
Joey Adams
joeyadams3.14159 at gmail.com
Tue Aug 16 22:51:18 EST 2011
This is a new module for creating deltas between byte strings. I
wrote it because other diff libraries I looked at, namely libxdiff and
librsync, appeared needlessly difficult to use.
It seems to work really well for strings that differ by a small number
(<=1000) of bytes. It offers no benefit for strings that differ by
more than that, but this may be improved in a future version by adding
a second algorithm.
It is tested and ready to apply.
- Joey
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-bdelta-new-module-for-binary-diff-patch.patch.gz
Type: application/x-gzip
Size: 11520 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/ccan/attachments/20110816/21b10235/attachment.bin>
More information about the ccan
mailing list