[ 
https://issues.apache.org/jira/browse/LUCENE-10653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17568729#comment-17568729
 ] 

ASF subversion and git services commented on LUCENE-10653:
----------------------------------------------------------

Commit 3d7d85f245381f84c46c766119695a8645cde2b8 in lucene's branch 
refs/heads/main from Greg Miller
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=3d7d85f2453 ]

LUCENE-10653: Heapify in BMMScorer (#1022)



> Should BlockMaxMaxscoreScorer rebuild its heap in bulk?
> -------------------------------------------------------
>
>                 Key: LUCENE-10653
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10653
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/search
>            Reporter: Greg Miller
>            Priority: Minor
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> BMMScorer has to frequently rebuild its heap, and does do by clearing and 
> then iteratively calling {{{}add{}}}. It would be more efficient to heapify 
> in bulk. This is more academic than anything right now though since BMMScorer 
> is only used with two-clause disjunctions, so it's sort of a silly 
> optimization if it's not supporting a greater number of clauses.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to