Incremental backup based on rsync algorithm
Recently, I have to build a disaster recovery service to backup and restore critical data in our productions. Simply speaking, this service needs to: do ...
Recently, I have to build a disaster recovery service to backup and restore critical data in our productions. Simply speaking, this service needs to: do ...
Recently, I have implemented rsync algorithm in golang. It is an interesting algorithm to remotely sync data. In this post, I’ll make a introduction about ...
本文记录对google开源的golang版本的B树的实现的分析。该B树的实现,被用在etcd中,来做内存索引。
这本书的第四章,讲述了如何描述一个 FIFO。
第三章,讲述了如何描述一个异步接口。