redknightlois / fastdictionary

An alternative implementation of Dictionary<K,V> on C#
MIT License
27 stars 10 forks source link

FastDictionary.Add allows adding duplicate keys #1 #2

Closed Al-Dyachkov closed 6 years ago

Al-Dyachkov commented 6 years ago

Sorry, took a bit longer then expected. Additional tests for hash collision added.