Recent Posts

Rsync implementation in go

10 minute read

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

etcd mvcc package中的btree

7 minute read

本文记录对google开源的golang版本的B树的实现的分析。该B树的实现,被用在etcd中,来做内存索引。

学习TLA+(二)

less than 1 minute read

第三章,讲述了如何描述一个异步接口。