Surprisingly space efficient trie in Golang(11 bits/key; 100 ns/get).
SlimArray compresses uint32 into several bits, by using a polynomial to describe overall trend of an array.