jpountz commented on PR #14532: URL: https://github.com/apache/lucene/pull/14532#issuecomment-2826606964
I could confirm that it's due to `#docIdEnd()` now being implemented on the competitive iterators. This triggers usage of `DISIDocIdStream`, which calls `nextDoc()` in a loop, and calling `nextDoc()` in a loop happens to be a slower way of iterating doc IDs than calling `intoBitSet` and then iterating set bits when blocks are encoded as a bit set. -- 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