martinus / map_benchmark

Comprehensive benchmarks of C++ maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

benchmark sorted maps

slymz opened this issue · comments

obviously not hash tables, but just to see where they make or break, range of input where they may fare better. Including std::map/set, boost::container::flat_map/set for starters...

These will time out, they are just too slow for the benchmarks. I tried but they are just not competitive.