README 424 B

1234567891011
  1. xdelta - Binary delta generator
  2. Xdelta is a program designed to compute changes between files. These
  3. changes (deltas) are similar to the output of the "diff" program in
  4. that they may be used to store and transmit only the changes between
  5. files. However, unlike diff(1), the output of xdelta is not expressed
  6. in a human-readable format.
  7. Xdelta uses a fast, linear algorithm and performs well on both binary
  8. and text files.