HashMap icon indicating copy to clipboard operation
HashMap copied to clipboard

Performance tests from Martin Ankerl

Open dumblob opened this issue 6 years ago • 2 comments

How does this hashmap perform with regards to the thorough testing @martinus did in his blog series about the current cutting edge hash maps?

dumblob avatar Jul 06 '19 12:07 dumblob

I've tried to add it when creating the benchmark, but unfortunately the map doesn't have a default constructor so I've stopped right there. See https://github.com/martinus/map_benchmark#maps-i-couldnt-add

martinus avatar Jul 08 '19 08:07 martinus

Yes I think the empty key should be selected through a template parameter instead of a constructor argument at runtime.

rigtorp avatar Jul 08 '19 21:07 rigtorp