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

Minor cleanups and clang-tidy fixes #29

Closed wyattoday closed 5 years ago

wyattoday commented 5 years ago

calcMaxNumElementsAllowed(): warning: do not use 'else' after 'return' [readability-else-after-return] fastForward(): warning: 8 is a magic number; consider replacing it with a named constant [readability-magic-numbers]