aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/processing/request/CompoundName.java
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26651 from vespa-engine/jonmv/DP-to-reduce-number-of-crea...Henning Baldersheim2024-05-061-29/+41
|\
| * Always use cached entriesJon Marius Venstad2024-04-291-1/+1
| * Only use cached elements when specifiedjonmv2023-03-301-1/+1
| * Forbid compound names whose children are illegaljonmv2023-03-301-8/+8
| * Avoid creating an exponential number of compound-names with many segmentsjonmv2023-03-301-29/+41
* | Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-121-3/+3
* | Update copyrightJon Bratseth2023-10-091-1/+1
* | Use a common map for getters and settersHenning Baldersheim2023-08-021-1/+1
|/
* Honour the cache recursivelyHenning Baldersheim2023-03-301-12/+31
* Use CompoundName.from in tests and construction of static objects.Henning Baldersheim2023-03-291-7/+6
* Update ABIHenning Baldersheim2023-03-291-0/+4
* Stay with from.Henning Baldersheim2023-03-291-5/+0
* Add a general cache for compound namesHenning Baldersheim2023-03-281-2/+20
* CompoundName.first(int n) is called multiple time from QueryProfileProperties...Henning Baldersheim2023-03-271-8/+14
* Optimize CompoundName.first with 0 elements to return CompoundName.empty.Henning Baldersheim2022-10-111-0/+2
* Rewrite to use native arrays instead of List<String> => Cpu cost cut in half.Henning Baldersheim2022-06-301-19/+56
* Join 2 testcases for CompoundName.Henning Baldersheim2022-06-291-7/+7
* Use List.of/copyOf instead of ImmutableList.Henning Baldersheim2022-06-291-16/+10
* Set both profile and source info firstJon Bratseth2022-04-111-0/+2
* No functional changesJon Bratseth2022-03-231-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add java source files from the processing module.gjoranv2021-02-171-0/+288