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.52k stars 146 forks source link

unordered_set implementation #55

Closed amosbird closed 4 years ago

amosbird commented 4 years ago

https://github.com/martinus/robin-hood-hashing/issues/7

martinus commented 4 years ago

Thanks a lot for this PR! The code needs to be C++11 compatible though.

amosbird commented 4 years ago

Hmm, writing c++11 isn't fun...