1 stable release

1.0.0 Apr 15, 2024

#1096 in Encoding

Download history 133/week @ 2024-04-10 20/week @ 2024-04-17

153 downloads per month

MIT license

97KB
2K SLoC

vcdiff-decoder

Description

vcdiff-decoder is a library that provides a VCDIFF decoder implementation. VCDIFF (Delta Compression Format) is a format for encoding and decoding differences between files.

This library allows you to decode VCDIFF files and apply the differences to generate the original file.

This is pretty performant, but I didn't try for anything crazy. Mostly concerned with following the spec with clear and understandable code.

Dependencies