Results 7 comments of Monmohan

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...

I have test cases with different binary files (including large files) so I know that the diff generation and patching does work. But I do understand your point about the...

Hello, Are you asking if this can be used over TCP connections? Support for TCP is somewhat orthogonal to the purpose of the library. Of course one of the use...

Sounds right to me. You can also use compressions when doing these transfers to further reduce data size

>Sunset package ratelimit - less useful in modern platforms, easy to bolt-on with generic middleware I think one of the reasons is that in practice, with microservices, per-node fine-grained rate...

Hi there, Thanks for your suggestions. Unfortunately I am busy with another project right now and don't have cycles to spend here. Hopefully in some time I can come back...

thanks for the feedback. I will take a look. Regards Monmohan On Sat, Jan 3, 2015 at 10:09 PM, Vsevolod Novikov [email protected] wrote: > fixed algorithm and testcases have been...