elasticsearch/libs/core
Armin Braun fc8e2b7897
Introduce Predicate Utilities for always true/false use-cases (#105881)
Just a suggetion. I think this would save us a bit of memory here and
there. We have loads of places where the always true lambdas are used
with `Predicate.or/and`. Found this initially when looking into field
caps performance where we used to heavily compose these but many spots
in security and index name resolution gain from these predicates.
The better toString also helps in some cases at least when debugging.
2024-03-04 14:01:21 +01:00
..
src Introduce Predicate Utilities for always true/false use-cases (#105881) 2024-03-04 14:01:21 +01:00
build.gradle Make ProviderLocator aware of boot qualified exports (#105250) 2024-02-07 09:43:22 -08:00