You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/11/15 14:09:19 UTC

[GitHub] [lucene] jpountz commented on pull request #11928: GH#11922: Allow DisjunctionDISIApproximation to short-circuit

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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org