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

Fix compilation for Windows 10 ARM64 binaries. #24

Closed wyattoday closed 5 years ago

martinus commented 5 years ago

Thanks a lot for contribution!

wyattoday commented 5 years ago

No problem, Martin. We're happy to help. You've created a great hash-table that has the best mix of memory usage and find-speed.