Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlsniper/binarydist
Go implementation of the bspatch algorithm
https://github.com/dlsniper/binarydist
Last synced: about 1 month 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-17T16:23:16.000Z (about 9 years ago)
- Last Synced: 2023-03-12T05:18:50.160Z (over 1 year ago)
- Language: Go
- Homepage: https://godoc.org/github.com/dlsniper/binarydist
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License
Awesome Lists containing this project
README
# binarydist
[![GoDoc](https://godoc.org/github.com/dlsniper/binarydist?status.svg)](https://godoc.org/github.com/dlsniper/binarydist)
[![Circle CI](https://circleci.com/gh/dlsniper/binarydist.svg?style=svg&circle-token=abf9b5aa884649969ca6906d22ef61f8435c5375)](https://circleci.com/gh/dlsniper/binarydist)
[![Coverage Status](https://coveralls.io/repos/dlsniper/binarydist/badge.svg?branch=master&service=github)](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