Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: Collapse expanded filters in eager #20493

Merged
merged 1 commit into from
Dec 29, 2024
Merged

perf: Collapse expanded filters in eager #20493

merged 1 commit into from
Dec 29, 2024

Conversation

ritchie46
Copy link
Member

closes #20475

@github-actions github-actions bot added performance Performance issues or improvements python Related to Python Polars rust Related to Rust Polars labels Dec 29, 2024
@ritchie46 ritchie46 changed the title perf: Collapse expaned filters in eager perf: Collapse expanded filters in eager Dec 29, 2024
@ritchie46 ritchie46 merged commit f5f4cb5 into main Dec 29, 2024
21 checks passed
@ritchie46 ritchie46 deleted the filter branch December 29, 2024 11:27
Copy link

codecov bot commented Dec 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.01%. Comparing base (f43a7d4) to head (06342f1).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20493      +/-   ##
==========================================
- Coverage   79.02%   79.01%   -0.01%     
==========================================
  Files        1563     1563              
  Lines      220596   220552      -44     
  Branches     2492     2492              
==========================================
- Hits       174317   174267      -50     
- Misses      45706    45712       +6     
  Partials      573      573              

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance issues or improvements python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slower filtering performance in DataFrames from Polars 1.17
1 participant