Hacker News new | ask | show | jobs
by ot 882 days ago
What novel ideas did you see here? To me this looks like a standard 16-way compressed trie. The node encoding is quite natural if you consider the limitation of 64M entries (which is really not a lot). Did I miss something?
1 comments

Subnet mask style prefix construction is pretty novel.