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
Specifying magic strings like "HashKey" to populate data strike me as an odd choice. Why not expose compile-time types to encode this (and other special types) rather than requiring they be hashed to a map all the time? In addition, it looks like the implementation uses a vanilla map as opposed to an unordered map.