aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchcommon/attribute/iattributecontext.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* The AttributeContext is a short lived cache for attributes guards. Until we ↵Henning Baldersheim2023-05-261-0/+5
| | | | | | | use the thread bundle we do not need to use expensive locking to fill the cache. Most of the attributes are pulled in when building the blueprint tree, and that always happens singlethreaded.
* Some c++ cleanup while reading code.Henning Baldersheim2022-09-051-3/+3
|
* Fold searchcommon into searchlibHenning Baldersheim2022-05-201-0/+54