robin-map
robin-map copied to clipboard
Updated Benchmark?
Hi, Your benchmark is great and very extensive. Could you run it again now so to see how all libs have improved over the past 4 or so years? Also some have stopped development and maybe some hot new ones appeared? Would be so awesome!
Hi,
I have plan to update my benchmarks as the hash table landscape has evolved quite a bit in these last few years with Google releasing a new hash map in abseil and Facebook releasing theirs in Folly. I mainly need to find the time to update the code and run the benchmark.
I have updated your old test code and add some new hash map benched with different k-v/cpu/os/compliers/memory combination. The result is quite different (https://github.com/ktprime/emhash/tree/master/bench/tsl_bench) .
I also bench them with my bench code (https://github.com/ktprime/emhash/blob/master/bench/ebench.cpp) some result is in my github https://github.com/ktprime/emhash.