cornelk / hashmap

A Golang lock-free thread-safe HashMap optimized for fastest read access.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to deal with hash conflicts.

jukylin opened this issue · comments

Hi, I have a doubt. how to deal with same hashcode, different key. #24

it has been fixed now by 8e5ed8e