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

   I pushed a couple changes that helped improve performance on sparse clauses 
a bit, and updated the above performance numbers:
    - Inner windows are no longer aligned with multiples of 2048.
    - If there is a single essential clause that has matches in the first half 
of an inner window, then we collect this first half of the window in an 
optimized way, and recompute a new inner window based on the next match of 
essential clauses.


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