ChrisHegarty commented on PR #812:
URL: https://github.com/apache/lucene/pull/812#issuecomment-1100132616

   The perf improvements come from changing the target type of the `nextDoc` 
invocations - which results in an invokevirtual rather than an invokeinterface. 
The changes in this PR proposed to add variants of countXX where the 
aforementioned is possible, but alternatively branches could be the existing 
code (rather than adding new methods), which achieves similar perf results.


-- 
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

Reply via email to