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
A generic hashmap using open addressing and linear probing.
Automatically doubles in size when 75% of the buckets are filled.
Values are typesafe, keys are supplied through void pointers.