https://github.com/dlsniper/binarydist
Go implementation of the bspatch algorithm
https://github.com/dlsniper/binarydist
Last synced: about 1 year ago
JSON representation
Go implementation of the bspatch algorithm
- Host: GitHub
- URL: https://github.com/dlsniper/binarydist
- Owner: dlsniper
- License: mit
- Created: 2015-10-17T14:34:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-17T16:23:16.000Z (over 10 years ago)
- Last Synced: 2025-03-19T00:18:42.556Z (over 1 year ago)
- Language: Go
- Homepage: https://godoc.org/github.com/dlsniper/binarydist
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License
Awesome Lists containing this project
README
# binarydist
[](https://godoc.org/github.com/dlsniper/binarydist)
[](https://circleci.com/gh/dlsniper/binarydist)
[](https://coveralls.io/github/dlsniper/binarydist?branch=master)
Package binarydist implements binary diff and patch as described on
. It reads and writes files
compatible with the tools there.
Documentation at .
The original implementation was created by .
It did not allowed for implementing a different compressor to enable
other use cases as such I had to change the implementation to support
this.
### TODO
- [ ] change the implementation from using package wide functions to
structure wide functions