xferspdy
xferspdy copied to clipboard
This is great!
I'm curious, how does this compared to bsdiff for instance? https://github.com/kr/binarydist
Thanks for this library, it looks nicely written!
FWIW, I found something comparisons: http://dare.uva.nl/cgi/arno/show.cgi?fid=490827
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.