aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/datastore/sharded_hash_map/sharded_hash_map_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use make_for_lookup() member function on existing comparatorTor Egge2023-09-181-8/+10
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-2/+2
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-2/+2
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-2/+2
* Rename first used generation -> oldest used generation.Geir Storli2022-10-121-2/+2
* Rename ICompactable::move to move_on_compact.Tor Egge2022-10-111-4/+4
* Add memory allocator to unique store allocatorTor Egge2022-02-101-1/+1
* Add EntryRefFilter class.Tor Egge2021-12-061-22/+29
* Filter early on buffer id and pass vector of entries in normalize_valuesTor Egge2021-12-031-29/+148
* Don't try to move dictionary keys that won't move.Tor Egge2021-12-021-1/+25
* Avoid livelock when running sharded hash map unit test with valgrind.Tor Egge2021-11-281-0/+15
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Add explicit unit test for compact_worst_shard().Tor Egge2021-04-141-0/+13
* Add noexcept specifier to lambda.Tor Egge2021-04-071-1/+1
* Extend unit test for ShardedHashMap.Tor Egge2021-04-071-0/+61
* Rename SimpleHashMap to ShardedHashMap.Tor Egge2021-03-261-0/+219