gf2121 opened a new pull request, #12509: URL: https://github.com/apache/lucene/pull/12509
Recently I found that `SegmentTermsEnumFrame#init` occupied a high percentage in flame graph. It seems like there are a couple of array and objects constructed when calling `SegmentTermsEnumFrame::new`. This PR gives a try to reduce the SegmentTermsEnumFrame objects construction.  -- 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