elasticsearch/modules/percolator
Armin Braun cd609533bf
Fix duplicate strings in SearchHit serialization (#127180)
The map key is always the field name. We exploited this fact in the get results but not in
search hits, leading to a lot of duplicate strings in many heap dumps.
We could do much better here since the names are generally coming out of a know limited set of names,
but as a first step lets at least align the get- and search-responses and non-trivial amount of bytes
in a number of use-cases. Plus, having a single string instance is faster on lookup etc. and saves on CPU
also.
2025-04-22 22:43:27 +02:00
..
src Fix duplicate strings in SearchHit serialization (#127180) 2025-04-22 22:43:27 +02:00
build.gradle Update Gradle wrapper to 8.12 (#118683) 2024-12-30 15:34:24 +01:00