iverase opened a new pull request, #14383: URL: https://github.com/apache/lucene/pull/14383
We are currently using a list which feels wasteful. For example looking into the heap dump on an IP field, we were using almost double of the heap necessary to hold the split values: <img width="1761" alt="image" src="https://github.com/user-attachments/assets/d839b0f4-ed6b-43bf-8060-47560b68be2a" /> Using FixedLengthBytesRefArray should reduce memory usage and avoid humongous allocations. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org