summaryrefslogtreecommitdiff
path: root/src/hash_map.hh
AgeCommit message (Expand)Author
2025-06-26Delay destruction of item in hash map without returning an optionalMaxime Coste
2025-06-26Fix crash on redraw in BufCloseFifo hookJohannes Altmanninger
2024-06-23Fix trailing whitespacesMaxime Coste
2024-02-28compare against 0 instead of -1 in hash map codeMaxime Coste
2023-11-18Fix use after move in HashMap::insertJohannes Altmanninger
2023-11-17Improve WordDB performance by precomputing hashesMaxime Coste
2023-10-25Remove redundant comparison operatorsMaxime Coste
2023-05-29Refactor KeymapManager to enfore setting is_executing on key iterationMaxime Coste
2022-08-20Refactor RegionsHighlighter to share regexesMaxime Coste
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
2021-11-21Replace std::enable_if with requiresMaxime Coste
2020-07-19Code style tweaksMaxime Coste
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