fastcdc-diff
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

fastcdc-diff

A tool that uses FastCDC algorithm to effectively split binary data and generate the diff.

Usage

const { diff, apply } = require('fastcdc-diff');

diff('A.bin', 'B.bin', 'a-b.diff');
apply('a-b.diff', 'A.bin', 'newB.bin');

Readme

Keywords

none

Package Sidebar

Install

npm i fastcdc-diff

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

33.2 kB

Total Files

13

Last publish

Collaborators

  • mrexox