OpenSearch/modules/rank-eval
Christoph Büscher 5183ea3d68
Use OptionalInt instead of Optional<Integer> (#34220)
Optionals containing boxed primitive types are prohibitively costly because they
have two level of boxing. For Optional<Integer> the analogous OptionalInt can be
used to avoid the boxing of the contained int value.
2018-10-02 15:58:07 +02:00
..
src Use OptionalInt instead of Optional<Integer> (#34220) 2018-10-02 15:58:07 +02:00
build.gradle Rankeval: Fold template test project into main module (#31203) 2018-06-15 15:55:39 +02:00