Skip to content

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

Open
Oliver Borchert (borchero) wants to merge 3 commits into
semi-joinfrom
collect-all
Open

perf: Leverage collect_all for eager collection validation & filtering#363
Oliver Borchert (borchero) wants to merge 3 commits into
semi-joinfrom
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 (3574fd7) to head (f7b80ce).

Additional details and impacted files
@@             Coverage Diff             @@
##           semi-join      #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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants