Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgmb/bsdiff-chromium
Mirror of the Chromium OS fork of bsdiff
https://github.com/cgmb/bsdiff-chromium
Last synced: 27 days ago
JSON representation
Mirror of the Chromium OS fork of bsdiff
- Host: GitHub
- URL: https://github.com/cgmb/bsdiff-chromium
- Owner: cgmb
- License: bsd-3-clause
- Created: 2019-11-13T22:20:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T02:05:39.000Z (about 5 years ago)
- Last Synced: 2023-08-01T13:23:34.043Z (over 1 year ago)
- Language: C
- Size: 42 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.chromium
- License: LICENSE.chromium
Awesome Lists containing this project
README
Homepage: http://www.daemonology.net/bsdiff/
Version: 4.3.1
License: BSD-2Description:
Binary diff/patch utility.
bsdiff and bspatch are tools for building and applying patches to binary
files. By using suffix sorting and taking advantage of how executable files
change, bsdiff routinely produces binary patches 50-80% smaller than those
produced by Xdelta, and 15% smaller than those produced by .RTPatch.