easyice commented on PR #15045: URL: https://github.com/apache/lucene/pull/15045#issuecomment-3224481232
The new approach is similar to #14998, so I reused part of the code. The changes touch `PendingDeletes` and `CheckIndex`, which would introduce some duplicate code (the new `bitsCardinality` method). Since there doesn’t seem to be a suitable util class for this method, and the modifications in `PendingDeletes` were only related to assertions and not essential, I reverted those changes. The optimization is now applied only to `CheckIndex` to keep the code clean. -- 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