boost::flat_map and its performance compared to map and unordered_map
I have run a benchmark on different data structures very recently at my company so I feel I need to drop a word. It is very complicated to benchmark something correctly. Benchmarking On the web, we rarely find (if ever) a well-engineered benchmark. Until today I only found benchmarks that were done the journalist way … Read more