You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Go package implementing a trie (prefix tree) over byte slices.
This is a temporary naive implementation that will be replaced with a double-array trie (see
https://github.com/cespare/go-trie). The API will hopefully remain unchanged.