aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/stllike/hash_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* - Use stash instead of the single use of VariableSizeVector.Henning Baldersheim2023-09-251-0/+8
* Change from typedef to using in vespalib C++ code.Geir Storli2022-12-211-5/+5
* Add noexcept specifiers (vespalib).Tor Egge2022-02-261-2/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Move alignas to proper position.Tor Egge2021-04-141-0/+7
* - Ensure that hashtable::clear does not touch capacity of hashtable.Henning Baldersheim2021-02-251-1/+15
* Use std::atomic.Tor Egge2020-12-031-9/+10
* Don't increment or decrement volatile variables. It is deprecatedTor Egge2020-12-031-4/+4
* Add noexcept specifier to function that cannot throw.Tor Egge2020-10-161-1/+1
* Use XXH3 over XXH64 as vespalib string hash functionTor Brede Vekterli2020-10-081-1/+1
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-6/+6
* Revert "Revert "Use a smart allocator for allocating memory for large 'long' ...Henning Baldersheim2020-05-111-0/+14
* Revert "Use a smart allocator for allocating memory for large 'long' lived"Harald Musum2020-05-111-14/+0
* Use a smart allocator for allocating memory for large 'long' livedHenning Baldersheim2020-05-111-0/+14
* Use xxhash for most out hashing. It is significantly better quality hash.Henning Baldersheim2020-03-271-1/+1
* Use vespalib::hash_set instead of std::set to reduce number of allocation and...Henning Baldersheim2020-03-181-0/+3
* Use template args for the class, not on the find method.Henning Baldersheim2018-11-011-4/+4
* Use a templated find() to enable lookup without object creation when objects ...Henning Baldersheim2018-11-011-3/+3
* GC HashMapHenning Baldersheim2018-09-281-0/+8
* Handle insertion of non-copyable keys and values in hash map.Tor Egge2018-05-271-0/+39
* Add an explicitt test that begin() == end() on empty hashtables.Henning Baldersheim2018-01-081-0/+7
* Add a test for for_eachHenning Baldersheim2018-01-031-4/+23
* Include what you need.Henning Baldersheim2017-08-181-0/+1
* 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
* Add equality codeHenning Baldersheim2016-12-151-0/+1
* Make some more test build too.Henning Baldersheim2016-12-151-5/+4
* PublishJon Bratseth2016-06-151-0/+479