Skip to content
master
Go to file
Code
This branch is 4 commits ahead, 2 commits behind kr:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Readme.md

binarydist

Package binarydist implements binary diff and patch as described on http://www.daemonology.net/bsdiff/. It reads and writes files compatible with the tools there.

This is forked from kr/binarydist, with some local modifications.

  • This package uses mendsley's modified algorithm instead of original one. Not compatible with original bsdiff/bspatch.
  • This package uses CGO binding to libbz2 instead of calling "bzip2" binary externally. (increased performance on high workload)

Documentation at http://go.pkgdoc.org/github.com/kr/binarydist.

About

Go implementation of the bspatch algorithm

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.