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
Indeed. When most of this code was written, std::map was the only (standard) associative container with heterogeneous lookup, but as of C++20, std::unordered_map allows this too. (And there are the std::pmr types in C++17, though I'm not sure they'd be especially useful here.) And, of course, it'd be nice to be able to use some kind of LRU cache.
As per subject.
The text was updated successfully, but these errors were encountered: