Define RCSW_DS_HASHMAP_LINPROB

Define Documentation

RCSW_DS_HASHMAP_LINPROB

Indicate that the hashmap should perform linear probing if the bucket that an item hashes into is currently full.

Results in greater hashmap utilization, but possibly longer insert/remove/lookup times.