iprithv opened a new pull request, #16069: URL: https://github.com/apache/lucene/pull/16069
Taken advantage of the fact that newer postings formats (like Lucene104) can fill bitsets pretty efficiently, as pointed out by @romseygeek in the earlier discussion in https://github.com/apache/lucene/pull/15991. benchmark, ran it on a ~500K doc index with staggered terms: * Match-all filter, 5 SHOULD clauses → ~2.41 ops/ms * Match-all filter, 10 SHOULD clauses → ~2.29 ops/ms * ~50% dense filter, 5 SHOULD clauses → ~0.97 ops/ms * ~50% dense filter, 10 SHOULD clauses → ~0.93 ops/ms -- 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]
