OpenSearch/libs/x-content/src
Armin Braun 9be36865ef
Speed up XContent Collection Parsing (#61442) (#61617)
1. Get rid of the capturing lambda on the hot path that inlines very badly
2. Remove as many bounds checks as possible, thereby reducing method size and improving inlining
2020-08-27 14:15:46 +02:00
..
main/java/org/elasticsearch/common Speed up XContent Collection Parsing (#61442) (#61617) 2020-08-27 14:15:46 +02:00
test/java/org/elasticsearch/common Simplify parser declarations when specialist types are stored in strings (#58996) (#59056) 2020-07-06 13:05:03 +02:00