iprithv commented on code in PR #16069:
URL: https://github.com/apache/lucene/pull/16069#discussion_r3319684138
##########
lucene/CHANGES.txt:
##########
@@ -139,6 +139,8 @@ Improvements
Optimizations
---------------------
+* GITHUB#15991: Load dense filters into bitset in MaxScoreBulkScorer. (Prithvi
S)
Review Comment:
sure, moved to 10.5 and JMH benchmark results
(`MaxScoreBulkScorerFilterBenchmark`):
| Configuration | Leapfrog (old) | Bitset (new) | Speedup |
|--------------|----------------|--------------|---------|
| 100% filter, 10 clauses | 0.215 ops/ms | 0.564 ops/ms | **2.6x** |
| 100% filter, 20 clauses | 0.158 ops/ms | 0.502 ops/ms | **3.2x** |
| 80% filter, 10 clauses | 0.221 ops/ms | 0.527 ops/ms | **2.4x** |
| 80% filter, 20 clauses | 0.143 ops/ms | 0.497 ops/ms | **3.5x** |
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]