Two ways to implement binary search
There are only two correct ways to implement binary search…
There are only two correct ways to implement binary search…
Following my previous post Summary of Implementing Raft in Go, I gathered some thoughts on related topics. Latency and RPCsLatency matters in a distributed systemLatency is tied directly to availability. The larger the latency, the longer the period the system is unavailable. RPC latency compounds quickly when multiple rounds of…
I recently completed an implementation of the Raft consensus algorithm! It is part of the homework of the online version of MIT course 6.824. It took me 10 months on and off, mostly off. The algorithm itself is simple and understandable, as promised by the paper. I'd like to…
标题是从 Culture Fit 生硬翻译过来的。…
打算写点什么 Write random stuff…