summaryrefslogtreecommitdiff
path: root/src/mongo/util/hash_table_bm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-38248 Change StringMap implementation to absl::flat_hash_mapHenrik Edin2018-12-041-76/+1
|
* SERVER-37745 Disable hash_table_bm from running on evergreen.Henrik Edin2018-11-271-1/+2
|
* SERVER-37745 Add benchmark for hash tables.Henrik Edin2018-11-261-0/+358
Comparing std, abseil flat, abseil node and UnorderedFastKeyTable.