There was an error while loading. Please reload this page.
Surprisingly space efficient trie in Golang(11 bits/key; 100 ns/get).
Go 1.9k 99
Naive and Basic impl of a kv-storage based on paxos; for https://blog.openacid.com/algo/paxos/
Go 241 31
A consensus that unifies paxos, raft, 2pc, etc.
Rust 149 11
low level data type and utils in Golang.
Go 84 9
SlimArray compresses uint32 into several bits, by using a polynomial to describe overall trend of an array.
Go 51 3
succinct static kv
Go 49 2
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…