elasticsearch/server
Armin Braun 63e64ae61b
Cleanup Stream usage in various spots (#97306)
Lots of spots where we did weird things around streams like redundant stream creation, redundant collecting
before adding all the collected elements to another collection or so, redundant streams for joining strings
and using less efficient `Collectors.toList` and in a few cases also incorrectly relying on the result being mutable.
2023-07-03 14:24:57 +02:00
..
licenses Implement custom JUL bridge (#96872) 2023-06-20 09:48:25 -07:00
src Cleanup Stream usage in various spots (#97306) 2023-07-03 14:24:57 +02:00
build.gradle Implement custom JUL bridge (#96872) 2023-06-20 09:48:25 -07:00