B. Watson 9116d63f79 misc/xdelta: Wrap README at 72 columns. 2 yıl önce
..
README 9116d63f79 misc/xdelta: Wrap README at 72 columns. 2 yıl önce
slack-desc 610e8461bb various: Fix slack-desc formatting and comment nit picks. 10 yıl önce
xdelta.SlackBuild 28de5649d0 misc/xdelta: Remove .la files. 2 yıl önce
xdelta.info 046c9bbdb6 misc/xdelta: Fixed download. 6 yıl önce

README

xdelta - Binary delta generator

Xdelta is a program designed to compute changes between files. These
changes (deltas) are similar to the output of the "diff" program in
that they may be used to store and transmit only the changes between
files. However, unlike diff(1), the output of xdelta is not expressed
in a human-readable format.

Xdelta uses a fast, linear algorithm and performs well on both binary
and text files.