alphadose / haxmap

Fastest and most memory efficient golang concurrent hashmap
MIT License
915 stars 45 forks source link

Use only positive size value in the new function to prevent panics #44

Closed semihbkgr closed 9 months ago

semihbkgr commented 9 months ago

fixes: #42

alphadose commented 9 months ago

Thanks as always ;)