summaryrefslogtreecommitdiff
path: root/src/hash_map.hh
AgeCommit message (Expand)Author
2018-07-05Add HashMap::items to access item listMaxime Coste
2018-04-05Fix some trailing spaces and a tab that sneaked into the code baseMaxime Coste
2017-11-01Fix ConstexprVector::resizeMaxime Coste
2017-10-27HashMap: Tolerate reserving for 0 elementsMaxime Coste
2017-10-20Make the normal mode keymap a compile time hash mapMaxime Coste
2017-08-18Revert "Change HashCompatible trait to a variable template"Maxime Coste
2017-08-14Change HashCompatible trait to a variable templateMaxime Coste
2017-07-19More uses of standard type traits aliasesMaxime Coste
2017-03-07Try to please clang-3.5Maxime Coste
2017-03-07Cleanup hash_map codeMaxime 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