openacid / slim

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

Home Page:https://openacid.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bit: rename to bits; and should respect golang `math/bits` APIs

drmingdrmer opened this issue · comments

Make package bit a drop-in replacer of math/bits.

Describe what to do
bit: rename to bits; and should respect golang math/bits APIs