aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/datastore/fixed_size_hash_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use the generic generation hold list for node indexes.Geir Storli2022-10-131-34/+24
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-2/+2
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-3/+2
* Rename ICompactable::move to move_on_compact.Tor Egge2022-10-111-2/+2
* Add EntryRefFilter class.Tor Egge2021-12-061-9/+7
* Filter early on buffer id and pass vector of entries in normalize_valuesTor Egge2021-12-031-0/+102
* Don't try to move dictionary keys that won't move.Tor Egge2021-12-021-3/+6
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Inline frequently called find method to allow compiler better chance to start...Henning Baldersheim2021-03-311-17/+0
* Add ShardedHashComparator so that a single divison will be used for both divi...Henning Baldersheim2021-03-311-14/+11
* Handle UniqueStoreDictionary without B-tree.Tor Egge2021-03-301-0/+50
* Rename SimpleHashMap to ShardedHashMap.Tor Egge2021-03-261-8/+8
* Report memory usage from unique store dictionary hash.Tor Egge2021-03-251-0/+16
* Update unordered dictionary.Tor Egge2021-03-181-5/+5
* Update prev_node_idx in loop when removing entry.Tor Egge2021-03-111-13/+13
* Add lock free hash map.Tor Egge2021-03-101-0/+174