Closed dankamongmen closed 5 years ago
I've added the name trie management. Now we need to:
and this will be done!
I've added unit tests for name lookup. They fail currently, as expected.
We're now inserting into the name_trie. We just need to set up removal.
While #12 gives us fast lookup via index, we also need lookup based off device name. This ought be no more than log(n) and ideally o(1).