aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/datastore/fixed_size_hash_map/fixed_size_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-7/+7
* 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-3/+3
* Implement GenerationHolder in terms of the generic generation hold list.Geir Storli2022-10-101-2/+2
* Add memory allocator to unique store allocatorTor Egge2022-02-101-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Follow codestyle: getComp -> get_compHenning Baldersheim2021-04-061-4/+4
* Add ShardedHashComparator so that a single divison will be used for both divi...Henning Baldersheim2021-03-311-4/+4
* Report memory usage from unique store dictionary hash.Tor Egge2021-03-251-0/+27
* Update unordered dictionary.Tor Egge2021-03-181-1/+1
* Extend FixedSizeHashMap unit test.Tor Egge2021-03-121-4/+86
* Remove duplicate tests.Tor Egge2021-03-111-142/+26
* Update prev_node_idx in loop when removing entry.Tor Egge2021-03-111-0/+312