This is not a bug report, more of an interesting data point. In the past week I've been trying out absl::flat_hash_map and google::dense_hash_map (and sets) and comparing performance to STL counterparts. The following gist contains bench...
Already on GitHub? Sign in to your account perf: use absl::flat_hash_map instead of std::unordered_map #46217 Merged ckerr merged 9 commits into 36-x-y from trop/36-x-y-bp-perf-use-absl-flat_hash_map-instead-of-std-unordered_map--1742807360056 Mar 24, 2025 +24 −24 Conver...