Repository navigation

#

compacted

Surprisingly space efficient trie in Golang(11 bits/key; 100 ns/get).

Go
1924
1 年前

SlimArray compresses uint32 into several bits, by using a polynomial to describe overall trend of an array.

Go
52
3 年前