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
Establish a consistent naming across the other ImTools types, e.g. SmallMap vs FHashMap, EtcMap
Add the variant to keep an items on stack for the small map and progressively expand to the heap if needed. Ensure there is no "significant" performance degradation comparing to the full-on heap version
Results:
The new SmallMap hash table
The text was updated successfully, but these errors were encountered:
I want a fast, configurable for the small sizes and less-allocating variant of HashMap in comparison with Dictionary and DictionarySlim.
Alternative implementation to look for and compare:
Tasks:
Results:
SmallMap
hash tableThe text was updated successfully, but these errors were encountered: