mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
This removes the overhead of polling a Bytes/Double/Long-Values instance in every call to collect. Additionally, the AggregationsCollector has been changed to wrap a simple array instead of an ArrayList. Close #4841