jpountz commented on PR #11928:
URL: https://github.com/apache/lucene/pull/11928#issuecomment-1315362000

   Have you checked if this actually made things faster? We're saving calls to 
`advance` in some cases but also adding conditions to some very tight loops. 
E.g. we recently got speedups by moving some queries from `WAND` to `MAXSCORE` 
even though `WAND` is better at saving calls to `advance` compared to 
`MAXSCORE`.


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