aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/datastore/fixed_size_hash_map.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use the generic generation hold list for node indexes.Geir Storli2022-10-131-14/+11
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-5/+5
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-4/+4
* Rename ICompactable::move to move_on_compact.Tor Egge2022-10-111-1/+1
* Add EntryRefFilter class.Tor Egge2021-12-061-3/+20
* 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-1/+3
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Follow codestyle: getComp -> get_compHenning Baldersheim2021-04-061-1/+1
* Inline frequently called find method to allow compiler better chance to start...Henning Baldersheim2021-03-311-1/+14
* Add ShardedHashComparator so that a single divison will be used for both divi...Henning Baldersheim2021-03-311-5/+29
* Handle UniqueStoreDictionary without B-tree.Tor Egge2021-03-301-0/+3
* Rename SimpleHashMap to ShardedHashMap.Tor Egge2021-03-261-3/+3
* Report memory usage from unique store dictionary hash.Tor Egge2021-03-251-1/+5
* Update unordered dictionary.Tor Egge2021-03-181-2/+2
* Update prev_node_idx in loop when removing entry.Tor Egge2021-03-111-9/+9
* Extend class comments.Tor Egge2021-03-101-1/+15
* Add lock free hash map.Tor Egge2021-03-101-0/+105