elasticsearch/libs/x-content/impl
Armin Braun 37d55dac1c
Speed up String array writes to XContent (#98957)
Jackson has a direct method for writing string arrays
that saves us some of the indirection we have when looping
over a string array. This normally doesn't gain much, but for extreme
cases like long index name lists in field caps it saves a couple percent
in CPU time.
2023-08-30 12:02:41 +02:00
..
licenses
src Speed up String array writes to XContent (#98957) 2023-08-30 12:02:41 +02:00
build.gradle Update Gradle Wrapper to 8.2 (#96686) 2023-07-04 15:35:15 +02:00