Login
From:
Cookie Engineer's Web Log
(Uncensored)
subscribe
You don't need LPM Tries - Cookie Engineer's Web Log
https://cookie.engineer/weblog/articles/you-dont-need-lpm-tries.html
links
backlinks
Tagged with:
go software development
Roast topics
Find topics
Find it!
There's no need for LPM Trie data structures for network lookups, because you can use LPM hash sets. This article explains the origin of the concept, its implementation and why it's better.