aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/stllike/hash_map.hpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Split insert_internal into hot and cold part.Henning Baldersheim2023-01-201-1/+1
* Prefer std::vector<T, vespalib::allocator_large> over vespalib::Array<T> step 1.Henning Baldersheim2022-03-101-1/+0
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* - Ensure that hashtable::clear does not touch capacity of hashtable.Henning Baldersheim2021-02-251-1/+1
* Be explicit wether size is give or notHenning Baldersheim2020-12-021-1/+6
* Remove continuation token on last line in macro.Henning Baldersheim2020-03-191-1/+1
* Use vespalib::hash_set instead of std::set to reduce number of allocation and...Henning Baldersheim2020-03-181-2/+3
* Move the transaction implementation from StructuredFieldValue to DocumentHenning Baldersheim2020-01-231-1/+1
* Replace GCC-only `std::_Identity` and `std::_Select1st` with own codeTor Brede Vekterli2019-06-171-5/+6
* Refactor handle recorder.Tor Egge2019-05-231-0/+7
* Use template args for the class, not on the find method.Henning Baldersheim2018-11-011-1/+1
* Let implementation be visible too.Henning Baldersheim2017-12-291-0/+2
* Ensure methods are inlined.Henning Baldersheim2017-12-291-7/+1
* Add fully parameterized instantiation macros.Henning Baldersheim2017-12-191-5/+11
* Use a on demand hash_set to do fast lookup in mapfiledvalueHenning Baldersheim2017-07-311-0/+5
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Complete the split also for tests.Henning Baldersheim2016-12-151-11/+1
* Explicit instantiation of common maps/sets.Henning Baldersheim2016-12-151-18/+8
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-0/+90