@committed/trie-search
Version:
A trie implementation that maps keys to objects for rapid retrieval by phrases. Most common use will be for typeahead searches.
9 lines (6 loc) • 200 B
JavaScript
A trie implementation that maps keys to objects for rapid retrieval by phrases. Most common use will be for typeahead searches.