martinus / robin-hood-hashing

Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
https://gitter.im/martinus/robin-hood-hashing
MIT License
1.5k stars 143 forks source link

Precalculated hash values in lookup #40

Closed martinus closed 4 years ago

martinus commented 5 years ago

Latest paper: "Refinement proposal for P0920 Precalculated hash values in lookup" http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1696r0.html

martinus commented 4 years ago

Done in #72