binarydist icon indicating copy to clipboard operation
binarydist copied to clipboard

Go implementation of bsdiff & bspatch

Results 4 binarydist issues
Sort by recently updated
recently updated
newest added

Separating the calculation of suffix arrays from the diffing algorithm will allow users to compute patches from a file to multiple target files without the need to recalculate the original...

Hello! This is a cool bit of work. I am looking to cancel a diff (on large files where the diff takes time), I want to pass a channel into...

platform needs to be checked to use bzip2 or bzip2.exe around line 28 in bzip2.go