aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/datastore/unique_store_enumerator.hpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Change buffer state accounting from elements to entries.Tor Egge2023-04-041-1/+1
* Unify iteration over used buffers.Henning Baldersheim2023-03-131-1/+1
* Allocate BufferState in stash and add pointer to BufferAndMetaHenning Baldersheim2023-03-131-7/+4
* Use a non const Store when you are in write thread, and a const when not.Henning Baldersheim2023-03-101-4/+4
* Remove AlignedEntryRef.Tor Egge2022-10-031-2/+2
* Normalize includes in searchcore and searchlib.Tor Egge2022-09-281-2/+2
* Use AtomicEntryRef as key for unique store btree dictionary.Tor Egge2022-03-031-1/+1
* Add noexcept specifiers (vespalib).Tor Egge2022-02-261-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Take array size into account when resizing vector for remapping EntryRefTor Egge2021-04-231-1/+1
* Sort unique values during load if needed.Tor Egge2021-04-081-2/+4
* Handle UniqueStoreDictionary without B-tree.Tor Egge2021-03-301-0/+2
* Try to hide implementation.Henning Baldersheim2020-05-101-3/+1
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-1/+1
* Allocate nested vector used to map from EntryRef to enum value earlierTor Egge2019-09-101-1/+8
* Collapse EnumStoreBase into EnumStoreT in preparation for replacing underlyin...Geir Storli2019-08-281-0/+2
* Rename UniqueStoreDictionaryBase -> IUniqueStoreDictionary.Geir Storli2019-08-271-1/+1
* Add read snapshot class for unique store dictionary.Geir Storli2019-08-271-3/+2
* Use unique store enumerator when saving enumerated attribute vectors.Tor Egge2019-08-261-2/+10
* Rename UniqueStoreSaver => UniqueStoreEnumerator.Tor Egge2019-08-231-0/+51