aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/datastore/sharded_hash_map.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-2/+2
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-2/+2
* Rename ICompactable::move to move_on_compact.Tor Egge2022-10-111-1/+1
* Add EntryRefFilter class.Tor Egge2021-12-061-3/+4
* Filter early on buffer id and pass vector of entries in normalize_valuesTor Egge2021-12-031-0/+2
* Don't try to move dictionary keys that won't move.Tor Egge2021-12-021-2/+3
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Improve method name.Tor Egge2021-04-141-1/+1
* Compact enum store dictionary when needed.Tor Egge2021-04-131-0/+2
* Add ShardedHashComparator so that a single divison will be used for both divi...Henning Baldersheim2021-03-311-2/+0
* No const on static methods.Henning Baldersheim2021-03-311-1/+2
* Hide private method. The call will either be cheaper, or it will most likely ...Henning Baldersheim2021-03-311-1/+1
* Handle UniqueStoreDictionary without B-tree.Tor Egge2021-03-301-0/+3
* Rename SimpleHashMap to ShardedHashMap.Tor Egge2021-03-261-0/+61