Skip to content

Creates diff between two byte arrays and generates compact representation.

License

Notifications You must be signed in to change notification settings

marco-we/ObjectPatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ObjectPatch

Simple utility to create diffs between two byte arrays and generates compact representation.

Usage

* ObjectPatch diff chunk_size $original $modified $patch

Expects two files ($original and $modified) and outputs the $patch file. $chunk_size determines the size of each individual delta block.

* ObjectPatch patch $modified $patch $original

Expects two files ($modified and $patch) and outputs the $original file.

About

Creates diff between two byte arrays and generates compact representation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages