libci_diff is a library to compute a binary copy/insert diff of two buffers.

The main purpose of this library is to be used to test binary diffs
in the postgres database to store different versions of textfields.

The library is neither optimized for time or space at the moment.

Binary diffs are although known as delta encoding.

For more information on binary diffs see:
http://csl.cse.ucsc.edu/deltacompression.shtml
http://ssrc.cse.ucsc.edu/Pubs/burns-ms-thesis.pdf
http://www.xcf.berkeley.edu/~jmacd/xdelta.html
http://sourceforge.net/projects/xdelta/

For the Copyright see the file COPYRIGHT.LIB.

Peter Seiderer <Peter.Seiderer@ciselant.de>

