Problem: potentially large memory footprint of trie as number of
subscriptions increases Solution: use a radix tree instead of a trie to store subscriptions
Showing
src/radix_tree.cpp
0 → 100644
This diff is collapsed.
src/radix_tree.hpp
0 → 100644
Please
register
or
sign in
to comment