aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/changevector.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-3/+3
* - Introduce the concept of minimal capacity for rcu vectors.Henning Baldersheim2022-05-241-0/+1
* Use zero as unused entry ref as that matches an invalid entry ref.Geir Storli2022-01-031-1/+1
* Optimize handling of CLEARDOC updates by caching the entry ref for the defaul...Geir Storli2021-12-201-0/+1
* Rename change data functions to reflect that an entry ref can be cached.Geir Storli2021-12-201-7/+7
* No need to reserve space for arith operand for strings.Henning Baldersheim2021-10-221-8/+8
* If the uncommitted changes pass 128k for an attribute force a commit.Henning Baldersheim2021-10-211-3/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* If there are hickups in the feed chain preventing normal commit rate, we need...Henning Baldersheim2021-06-041-6/+8
* Avoid tracking information to keep docids close when that is not necessary.Henning Baldersheim2021-06-031-41/+42
* Reserve reasonably sized buffer upfront to keep memory footprint stableHenning Baldersheim2021-02-251-4/+5
* Handle AssignValueUpdate inside MapValueUpdate.Tor Egge2020-04-171-0/+1
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-3/+3
* Use a bitvector for the single bit numeric attribute.Henning Baldersheim2018-12-191-0/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Expose change vector memory usage.Tor Egge2017-01-051-0/+3
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-55/+3
* Checkpoint 1Henning Baldersheim2016-10-031-1/+1
* PublishJon Bratseth2016-06-151-0/+230