Re: [PR] Speed up filtered disjunctions by loading the filter into a bit set. [lucene]

2024-12-28 Thread via GitHub
github-actions[bot] commented on PR #14024: URL: https://github.com/apache/lucene/pull/14024#issuecomment-2564566995 This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you for your contributi

Re: [PR] Speed up filtered disjunctions by loading the filter into a bit set. [lucene]

2024-11-27 Thread via GitHub
jpountz commented on PR #14024: URL: https://github.com/apache/lucene/pull/14024#issuecomment-2504930862 All filtered disjunctions but `FilteredOr2Terms2StopWords` get a speedup: ``` TaskQPS baseline StdDevQPS my_modified_version StdDev

[PR] Speed up filtered disjunctions by loading the filter into a bit set. [lucene]

2024-11-27 Thread via GitHub
jpountz opened a new pull request, #14024: URL: https://github.com/apache/lucene/pull/14024 This helps skip the overhead of reordering the heap on every doc, so the benefit is especially visible with many clauses. -- This is an automated message from the Apache Git Service. To respond to