aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/datastore/unique_store_enumerator.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use a non const Store when you are in write thread, and a const when not.Henning Baldersheim2023-03-101-2/+2
* Remove AlignedEntryRef.Tor Egge2022-10-031-4/+4
* Avoid including smallvector in arrayref, then it is included 'everywhere'.Henning Baldersheim2022-09-161-0/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Sort unique values during load if needed.Tor Egge2021-04-081-1/+1
* Factor out ReadSnapshot from UniqueStoreDictionary.Tor Egge2021-03-291-1/+2
* Use an allocator that automagically allocates large buffer by using mmap.Henning Baldersheim2020-08-311-1/+3
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-1/+1
* Merge pull request #10592 from vespa-engine/geirst/enum-store-cleanup-4Geir Storli2019-09-101-1/+2
|\
| * Simplify how we iterate the set of unique values when saving an enumerated at...Geir Storli2019-09-101-1/+0
| * Stop exposing low-level data store out of enum store.Geir Storli2019-09-101-0/+2
* | Allocate nested vector used to map from EntryRef to enum value earlierTor Egge2019-09-101-0/+2
|/
* Rename UniqueStoreDictionaryBase -> IUniqueStoreDictionary.Geir Storli2019-08-271-3/+3
* Add read snapshot class for unique store dictionary.Geir Storli2019-08-271-6/+4
* Use unique store enumerator when saving enumerated attribute vectors.Tor Egge2019-08-261-3/+21
* Fix class comment.Tor Egge2019-08-231-1/+1
* Rename UniqueStoreSaver => UniqueStoreEnumerator.Tor Egge2019-08-231-0/+50