rhbackshiftdict
rhbackshiftdict copied to clipboard
C# dictionary that implements a Robin Hood hash table with backwards shifting deletion
Backwards-shifting Robin Hood hashtable
Credits
Pedro Celis's "Robin Hood Hashing" paper
@goossaert's fantastic articles and implementation
@cgaebel's Rust implementation