mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
9116d63f79
Signed-off-by: B. Watson <yalhcru@gmail.com>
10 lines
424 B
Text
10 lines
424 B
Text
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.
|