Y
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
ww520
882 days ago
Subnet mask style prefix construction is pretty novel.
link