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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
