An application for computing file deltas and later applying those deltas to reconstruct (patch) files. The delta algorithm works well on all types of files, not just text files. It is useful for distributing updates and patches to files which have only slightly changed.
|