This commit is contained in:
@@ -24,7 +24,7 @@ uint64_t fold_128_to_64(uint128_t hash) {
|
||||
- [Gankra/Faultlore — clearest walkthrough from first principles](https://faultlore.com/blah/robinhood-part-1)
|
||||
- [Sebastian Sylvan — popularized Robin Hood in systems programming](https://www.sebastiansylvan.com/post/robin-hood-hashing-should-be-your-default-hash-table-implementation/)
|
||||
- [Emmanuel Goossaert — detailed C++ implementation + backward-shift deletion](http://codecapsule.com/2013/11/11/robin-hood-hashing/)
|
||||
- [Martinus (Ankerl) — most widely used C++ implementation](https://github.com/martinus/robin-hood-hashing)
|
||||
- [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)
|
||||
- [Malte Skarupke — Robin Hood with probe count limit](https://github.com/skarupke/flat_hash_map)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user