rhbackshiftdict
rhbackshiftdict copied to clipboard
C# dictionary that implements a Robin Hood hash table with backwards shifting deletion
Results
1
rhbackshiftdict issues
Sort by
recently updated
recently updated
newest added
I have been toying a bit with the Robin Hood dictionary, and the correct implementation seems to suffer from an odd collapse of performance around 2 million items. Here are...