longest-prefix-match
There are 5 repositories under longest-prefix-match topic.
gaissmai/bart
The Balanced Routing Table is an adaptation of D. Knuth's ART algorithm combined with popcount level compression and backtracking. It is somewhat slower than ART, but requires considerably less memory.
gaissmai/cidrtree
fast IP to CIDR lookup, longest prefix match in golang
Asphaltt/lpmtrie
LpmTrie is a trie data structure which implements Longest Prefix Match algorithm. MIT License
cookiengineer/golpm
:rocket: LPM Tries and Hash Set Maps for Go
piaodazhu/ComponentTrie
🥂 A simple component trie that enables component-granularity longest prefix matching for strings with delimiters.