You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be honest, I am not sure whether to implement this or not. It would depend on the use cases. This would require keeping subtree item count in every trie node, which takes extra space. Otherwise there would be a performance penalty when deleting items since all items being deleted would have to be counted using Walk...
My use case here is that I'm essentially using the 'trie' as a memory efficient "set" (I know it's not really a set but whatever).
The text was updated successfully, but these errors were encountered: