mayya-sharipova opened a new pull request, #12962:
URL: https://github.com/apache/lucene/pull/12962

   A second implementation of #12794 using Queue instead of MaxScoreAccumulator.
   
   Speedup concurrent multi-segment HNWS graph search by exchanging the global 
top scores  collected so far across segments. These global top scores set the 
minimum threshold that candidates need to pass to be considered. This allows 
earlier stopping for segments that don't have good candidates.


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