Hacker News new | ask | show | jobs
by nenadst 2026 days ago
I always thought that we still use a trie or (to save memory) ternary search trees for that..
1 comments

How many operations and objects? The method he’s talking about would seem more efficient for the purpose vs all of the strings still being created even if never used in the plain hash version.