aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/stllike/hash_set.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Change from typedef to using in vespalib C++ code.Geir Storli2022-12-211-3/+3
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Postpone buckets for reconsideration until it is safe.Henning Baldersheim2021-03-011-0/+1
* Be explicit wether size is give or notHenning Baldersheim2020-12-021-1/+2
* Revert "Revert "Since the most important aspect our use of hash maps/sets is ...Henning Baldersheim2020-03-201-1/+1
* Revert "Since the most important aspect our use of hash maps/sets is for spee...Harald Musum2020-03-201-1/+1
* Since the most important aspect our use of hash maps/sets is for speed we cha...Henning Baldersheim2020-03-201-1/+1
* Use vespalib::hash_set instead of std::set to reduce number of allocation and...Henning Baldersheim2020-03-181-0/+1
* Add move constructor and operator to stringHenning Baldersheim2020-01-211-2/+2
* Replace GCC-only `std::_Identity` and `std::_Select1st` with own codeTor Brede Vekterli2019-06-171-1/+2
* Use template args for the class, not on the find method.Henning Baldersheim2018-11-011-15/+5
* Use a templated find() to enable lookup without object creation when objects ...Henning Baldersheim2018-11-011-4/+4
* Handle insertion of non-copyable keys and values in hash map.Tor Egge2018-05-271-0/+1
* Add a comment for rationale.Henning Baldersheim2018-01-031-0/+1
* Add a test for for_eachHenning Baldersheim2018-01-031-0/+3
* 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
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-36/+21
* PublishJon Bratseth2016-06-151-0/+97