mikemccand opened a new pull request, #12545: URL: https://github.com/apache/lucene/pull/12545
The bitsRequired passed during NodeHash rehash (when building an FST) was too small, causing excess/wasted reallocations. This is just a performance bug, especially impacting larger FSTs, but likely a small overall impact even then. I also reduced the page size during rehashing from 1 GB (1 << 30) back down to the initial 128 MB (1 << 27) created on init. Relates #12542 -- 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