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
Using a Trie instead of a hash map would significantly reduce memory and probably not be slower. radix_trie implements such a Trie already, though seriailzation for storing the cache would probably have to be done differently.