CDC File Transfer
github.com
CDC File Transfer
1–10 of 229 posts
Re: CDC File Transfer
#2rsync doesn't even have a great protocol specification... maybe it's a new tool...
Re: CDC File Transfer
#3Re: CDC File Transfer
#4Re: CDC File Transfer
#5Re: CDC File Transfer
#6FastCDC is the same chunking algorithm used in Got. https://github.com/gotvc/got
If instead you chunk based off of local content (conceptually like chunking text into sentences at periods, but its a binary thing on has an upper size limit and lower size limit and I couldn't find the algorithm specification) so that after an insertion or deletion in a small number of bytes you start getting the same chunks as before.
This drastically reduces the cost of identifying unmodified chunks.
Re: CDC File Transfer
#7Maybe I’m projecting (probably) but I detect some subtext in the README’s language. Like a “developers who are irate that Stadia was shut down, wanting to free anything they can for the community” type feeling.
Re: CDC File Transfer
#8can we gut rsync and implement this? rsync doesn't even have a great protocol specification... maybe it's a new tool...
Sounds promising.
Re: CDC File Transfer
#9Maybe I’m projecting (probably) but I detect some subtext in the README’s language. Like a “developers who are irate that Stadia was shut down, wanting to free anything they can for the community” type feeling.
Google / abc has a solid track record of open sourcing shutdown projects. See Makani[1] and iirc also Loon. [1] https://news.ycombinator.com/item?id=24456613