Add extra reference for robin hood hash tables
Release / release (push) Successful in 3s

This commit is contained in:
Abdelrahman Said
2026-09-06 22:53:34 +01:00
parent 5e67c596b9
commit 222eb006e6
+1
View File
@@ -28,6 +28,7 @@ uint64_t fold_128_to_64(uint128_t hash) {
- [Martinus (Ankerl) — most widely used C++ implementation](https://github.com/martinus/unordered_dense) - [Martinus (Ankerl) — most widely used C++ implementation](https://github.com/martinus/unordered_dense)
- [Tessil — clean header-only C++ implementation](https://github.com/Tessil/robin-map) - [Tessil — clean header-only C++ implementation](https://github.com/Tessil/robin-map)
- [Malte Skarupke — Robin Hood with probe count limit](https://github.com/skarupke/flat_hash_map) - [Malte Skarupke — Robin Hood with probe count limit](https://github.com/skarupke/flat_hash_map)
- [Robin Hood Hashing Fairness in Collision Resolution](https://blog.hieunt.me/blog/robinhood-hashing)
## Robin Hood vs SwissTable ## Robin Hood vs SwissTable