summaryrefslogtreecommitdiff
path: root/src/hash_map.cc
AgeCommit message (Expand)Author
2024-08-12Move debug utils to debug.hh/debug.ccMaxime Coste
2022-08-28Fix clang warning regarding useless braces when using HashSetJohannes Altmanninger
2022-08-05Add HashSet implemented as HashMap with void value typeMaxime Coste
2022-08-05Change HashMap not to support multiple identical keys by defaultMaxime Coste
2019-01-20Fix use of removed std::random_shuffleMaxime Coste
2018-01-18Use the _str and _sv string literals more oftenMaxime Coste
2017-06-07Use microseconds instead of milliseconds for built-in profilingMaxime Coste
2017-03-07Expand a bit the hash map profiling codeMaxime Coste
2017-03-07Remove temporary stats code from HashMapMaxime Coste
2017-03-07Replace IdMap with HashMapMaxime Coste
2017-03-07Replace uses of UnorderedMap with HashMapMaxime Coste
2017-03-06Introduce a custom HashMap implementation along with a quick benchmarkMaxime Coste