Skip to content

perf: Leverage collect_all for eager collection validation & filtering#363

Merged
Oliver Borchert (borchero) merged 6 commits into
mainfrom
collect-all
Jul 7, 2026
Merged

perf: Leverage collect_all for eager collection validation & filtering#363
Oliver Borchert (borchero) merged 6 commits into
mainfrom
collect-all

Conversation

@borchero

@borchero Oliver Borchert (borchero) commented Jul 6, 2026

Copy link
Copy Markdown
Member

Motivation

Using collect_all allows for considerable performance gains, esp. if the number of filters and/or members is large (and a sufficient number of CPU cores is available).

On my machine, this yields speedups of ~25-30% on our benchmark data.

@codecov

codecov Bot commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (69ffff3) to head (88a8a27).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #363   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           56        56           
  Lines         3475      3481    +6     
=========================================
+ Hits          3475      3481    +6     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nice!

Base automatically changed from semi-join to main July 7, 2026 08:08
@borchero Oliver Borchert (borchero) enabled auto-merge (squash) July 7, 2026 08:09
@borchero Oliver Borchert (borchero) merged commit 315bbc2 into main Jul 7, 2026
32 checks passed
@borchero Oliver Borchert (borchero) deleted the collect-all branch July 7, 2026 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants