aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/processing/request
Commit message (Expand)AuthorAgeFilesLines
* Remove now redundant try-catchjonmv2022-10-251-14/+2
* Add a hook for tracking inserts into the method cache and log whenever clone ...Henning Baldersheim2022-10-251-1/+1
* Fall back to comparing exception messagejonmv2022-10-251-1/+3
* Optimize CompoundName.first with 0 elements to return CompoundName.empty.Henning Baldersheim2022-10-111-0/+2
* ClassCastException will be wrapped in an IllegalArgumentExceptionjonmv2022-09-081-1/+4
* Clone map with sufficient initial sizeJon Bratseth2022-08-282-13/+5
* Remove printlnJon Bratseth2022-08-261-1/+0
* Fastpast HashMap and HashSetJon Bratseth2022-08-261-1/+8
* removal suppressionHenning Baldersheim2022-08-252-15/+9
* If you get a ClassCastException when doing clone by reflection it might be th...Henning Baldersheim2022-08-252-7/+24
* 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
* Resolve rank profile inputsJon Bratseth2022-04-211-65/+39
* Set both profile and source info firstJon Bratseth2022-04-111-0/+2
* Validate query feature tensor typesJon Bratseth2022-03-291-1/+1
* No functional changesJon Bratseth2022-03-231-1/+1
* Update 2017 copyright notices.gjoranv2021-10-078-8/+8
* Add java source files from the processing module.gjoranv2021-02-178-0/+1364