xferspdy icon indicating copy to clipboard operation
xferspdy copied to clipboard

This is great!

Open c4milo opened this issue 8 years ago • 2 comments

I'm curious, how does this compared to bsdiff for instance? https://github.com/kr/binarydist

Thanks for this library, it looks nicely written!

c4milo avatar Oct 27 '16 23:10 c4milo

FWIW, I found something comparisons: http://dare.uva.nl/cgi/arno/show.cgi?fid=490827

c4milo avatar Oct 27 '16 23:10 c4milo

thanks for the feedback. Yes, the algorithm here is the same as rdiff (rsync), general purpose diff and patch. Another difference is using the powerful go concurrency when diffing big files. My tests show huge performance improvement there. I plan to add a table with some perf measurements when I get some time.

monmohan avatar Oct 28 '16 13:10 monmohan