We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Surprisingly space efficient trie in Golang(11 bits/key; 100 ns/get).
Go 1.9k 105
Naive and Basic impl of a kv-storage based on paxos; for https://blog.openacid.com/algo/paxos/
Go 236 28
A consensus that unifies paxos, raft, 2pc, etc.
Rust 148 10
low level data type and utils in Golang.
Go 82 9
SlimArray compresses uint32 into several bits, by using a polynomial to describe overall trend of an array.
Go 49 3
succinct static kv
Go 41 3
blog
A "design by contract" implementation in golang.
multi-master-paxos with 3 nodes
An implementation of the Raft distributed consensus protocol using the Tokio framework.
A redis compatible database.
Loading…