#trie #binary #data #key #store #structure

bintrie

A performant binary trie data structure that doesnt store data or keys

2 unstable releases

0.2.0 Feb 20, 2019
0.1.0 Feb 19, 2019

#2304 in Data structures

MIT license

18KB
286 lines

bintrie

A simple highly abstracted trie data structure that doesnt store the underlying data or keys

No runtime deps