elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
69.57k stars 24.63k forks source link

Use Primitive Iterators for key set iterators #95961

Open not-napoleon opened 1 year ago

not-napoleon commented 1 year ago

Description

Follow up work to https://github.com/elastic/elasticsearch/pull/95809

We can use one of the new Java Primitive Iterators to reduce autoboxing costs on that iteration.

elasticsearchmachine commented 1 year ago

Pinging @elastic/es-analytics-geo (Team:Analytics)