martinus / map_benchmark

Comprehensive benchmarks of C++ maps
MIT License
299 stars 29 forks source link

Add boost::unordered_flat_map to the benchmark #36

Open atyuwen opened 1 year ago

atyuwen commented 1 year ago

Boost 1.81 released its own unordered_flat_map implementation, it will be appreciated if you could add that to the benchmark as well.

ktprime commented 1 year ago

from my benchmark( https://github.com/ktprime/emhash/blob/master/bench/martinus_bench.cpp ), unordered_flat_map seems to be the fastest in most cases.