summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/stllike/hash_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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