robin-map icon indicating copy to clipboard operation
robin-map copied to clipboard

Updated Benchmark?

Open patlecat opened this issue 4 years ago • 2 comments

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!

patlecat avatar Jun 06 '20 09:06 patlecat

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.

Tessil avatar Jun 06 '20 09:06 Tessil

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.

ktprime avatar Jul 21 '20 10:07 ktprime