Re: [PR] Optimize MaxScoreBulkScorer [lucene]

2024-07-08 Thread via GitHub
jpountz merged PR #13544: URL: https://github.com/apache/lucene/pull/13544 -- 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.apa

Re: [PR] Optimize MaxScoreBulkScorer [lucene]

2024-07-07 Thread via GitHub
original-brownbear commented on PR #13544: URL: https://github.com/apache/lucene/pull/13544#issuecomment-2212636552 Thanks Adrien! > do you have a benchmark / profiler output that shows the improvement? The nightlies show this: ``` 0.49% 4090M java.lan

Re: [PR] Optimize MaxScoreBulkScorer [lucene]

2024-07-07 Thread via GitHub
original-brownbear commented on code in PR #13544: URL: https://github.com/apache/lucene/pull/13544#discussion_r1667800825 ## lucene/core/src/java/org/apache/lucene/search/MaxScoreBulkScorer.java: ## @@ -335,8 +334,11 @@ boolean partitionScorers() { System.arraycopy(allScor

Re: [PR] Optimize MaxScoreBulkScorer [lucene]

2024-07-07 Thread via GitHub
jpountz commented on code in PR #13544: URL: https://github.com/apache/lucene/pull/13544#discussion_r1667761515 ## lucene/core/src/java/org/apache/lucene/search/MaxScoreBulkScorer.java: ## @@ -335,8 +334,11 @@ boolean partitionScorers() { System.arraycopy(allScorers, 0, scr