C++ Header-Only Library Implementing Robin Hood Hashing
master | |||
Current |
Language Standard: | C++20 |
Build System: | build2 |
Operating System: |
Linux Windows MacOS |
Dependencies: |
lyrahgames-xstd
doctest |
- https://www.sebastiansylvan.com/post/robin-hood-hashing-should-be-your-default-hash-table-implementation/
- https://martin.ankerl.com/2019/04/01/hashmap-benchmarks-01-overview/
- https://github.com/martinus/robin-hood-hashing
- https://programming.guide/robin-hood-hashing.html
- http://www.idryman.org/blog/2017/07/04/learn-hash-table-the-hard-way/
- http://www.idryman.org/blog/2017/07/18/learn-hash-table-the-hard-way-2/
- http://www.idryman.org/blog/2017/08/06/learn-hash-table-the-hard-way-3/
- https://www.nayuki.io/page/undefined-behavior-in-c-and-cplusplus-programs
- https://github.com/greg7mdp/parallel-hashmap
- https://greg7mdp.github.io/parallel-hashmap/
- https://github.com/Tessil/robin-map