OpenSearch/benchmarks/src/main
Nik Everett 0a7f335215
Speed up writeVInt (backport of #62345) (#62419)
This speeds up `StreamOutput#writeVInt` quite a bit which is nice
because it is *very* commonly called when serializing aggregations. Well,
when serializing anything. All "collections" serialize their size as a
vint. Anyway, I was examining the serialization speeds of `StringTerms`
and this saves about 30% of the write time for that. I expect it'll be
useful other places.
2020-09-15 17:14:08 -04:00
..
java/org/elasticsearch Speed up writeVInt (backport of #62345) (#62419) 2020-09-15 17:14:08 -04:00
resources Logging: Make node name consistent in logger (#31588) 2018-07-31 10:54:24 -04:00