1 stable release

1.0.0 Apr 15, 2024

#351 in Compression

Download history 153/week @ 2024-04-15

153 downloads per month

MIT license

160KB
3K SLoC

vcdiff-merger

vcdiff-merger is a library that provides utilities for merging VCDIFF files. VCDIFF (Delta) is a format for encoding differences between two files, commonly used for efficient binary patching.

Features

Used to create a summary patch between 2 or more patches.

This uses a Merger struct that will allow for early termination. Basically, if a merge patch no longer contains any Copy instructions, merging more patches will have no effect.

Dependencies