aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/datastore/i_unique_store_dictionary.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-1/+1
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-1/+1
* Rename ICompactable::move to move_on_compact.Tor Egge2022-10-111-1/+1
* Use AtomicEntryRef as value for enum store btree dictionary with posting lists.Tor Egge2022-03-041-1/+1
* Add CompactionSpec.Tor Egge2021-12-081-1/+2
* Add EntryRefFilter class.Tor Egge2021-12-061-1/+2
* Don't try to move dictionary keys that won't move.Tor Egge2021-12-021-1/+1
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Compact enum store dictionary when needed.Tor Egge2021-04-131-0/+2
* Report hash and B-tree memory usage separately for enum store dictionary.Tor Egge2021-04-081-0/+2
* Handle UniqueStoreDictionary without B-tree.Tor Egge2021-03-301-0/+1
* Factor out ReadSnapshot from UniqueStoreDictionary.Tor Egge2021-03-291-15/+2
* Track name change from ordered / unordered to btree / hash.Tor Egge2021-03-241-1/+1
* More lookups in unordered dictionary.Tor Egge2021-03-191-0/+1
* Revert "Revert "Use a smart allocator for allocating memory for large 'long' ...Henning Baldersheim2020-05-111-2/+2
* Revert "Use a smart allocator for allocating memory for large 'long' lived"Harald Musum2020-05-111-2/+2
* Use a smart allocator for allocating memory for large 'long' livedHenning Baldersheim2020-05-111-2/+2
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-1/+1
* Remove unused functions.Geir Storli2019-09-101-1/+0
* Simplify how we iterate the set of unique values when saving an enumerated at...Geir Storli2019-09-101-2/+0
* Stop exposing low-level data store out of enum store.Geir Storli2019-09-101-0/+1
* Pass ConstArrayRef by value.Geir Storli2019-09-041-1/+1
* Simplify how dictionary is populated when loading enum store.Geir Storli2019-09-041-1/+3
* Improve memory management in all enum attributes.Geir Storli2019-09-021-0/+1
* Rename UniqueStoreDictionaryBase -> IUniqueStoreDictionary.Geir Storli2019-08-271-0/+52