Repository navigation
bsdiff
- Website
- Wikipedia
a C\C++ library and command-line tools for Diff & Patch between binary files or directories(folder); cross-platform; runs fast; create small delta/differential; support large files and limit memory requires when diff & patch.
bsdiff is a library for building and applying patches to binary files.
bsdiff is a library for building and applying patches to binary files.
This is an example project to build the common bundle file and the differential bundle file using Metro, and load the differential bundle asynchronously in app. Compare with loading the official bundle file synchronously, there was 20% ~ 25%(20 ~ 200 ms) decrease in the load time of react view by using loading the differential bundle asynchronously.
fast and memory saving bsdiff 4.x compatible delta compressor and patcher
Golang wrapper for @mendsley's bsdiff C library.
An universal patch generator and applier such as using BsDiff/BsPatch and Google Archive Patch
Compare google-diff-match and bsdiff tools