aboutsummaryrefslogblamecommitdiff
path: root/misc/jojodiff/pkg-descr
blob: fdf61ef98028f1c2713dce8e35cf9376962a3f25 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                          
JDIFF is a program that outputs the differences between two binary files,
either in binary format or human readable format (detailed or summarized).
JPTCH can then be used to reconstruct the second file from the first file.

Possible applications include incremental backups, synchronising files
between two computers over a slow network, and others.

JDIFF tries to find a minimal set of differences between two files using
a heuristic algorithm with constant space and linear time complexity.
This means that accuracy is traded over speed.  JDIFF will therefore, in
general, not always find the smallest set of differences, but will try
to be fast and will use a fixed amount of memory.

WWW: http://jojodiff.sourceforge.net/