hashmap.c
hashmap.c copied to clipboard
Modifiy the check condition of same hash bucket in hashmap_set
Hi Tidwall,
I modified the if-condition in hashmap_set_with_hash used to check new element-data is same as the bucket_item data or not.
It may be better? I don't known :), just to pull a request to discuss.
Thank you.