A C++ implementation of a fast hash map and hash set using hopscotch hashing
35 points
by gjvc
1 hour ago
| 1 comment
| github.com
| HN
mgaunard
1 hour ago
[-]
How does it compare to boost unordered flat map?

Looks like the benchmarks were last updated in 2019.

reply
compiler-guy
24 minutes ago
[-]
https://tessil.github.io/2016/08/29/benchmark-hopscotch-map....

Has some older benchmarks, including those two.

reply