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: Dedup binviews up front #20449

Merged
merged 3 commits into from
Dec 25, 2024
Merged

perf: Dedup binviews up front #20449

merged 3 commits into from
Dec 25, 2024

Conversation

ritchie46
Copy link
Member

@orlp FYI.

Instead of deduping for every view, I do a single dedup pass up front.

@github-actions github-actions bot added performance Performance issues or improvements python Related to Python Polars rust Related to Rust Polars labels Dec 25, 2024
Copy link

codecov bot commented Dec 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.00%. Comparing base (ffc5538) to head (33d54fe).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20449   +/-   ##
=======================================
  Coverage   78.99%   79.00%           
=======================================
  Files        1563     1563           
  Lines      220336   220326   -10     
  Branches     2488     2488           
=======================================
- Hits       174063   174058    -5     
+ Misses      45700    45695    -5     
  Partials      573      573           

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

@ritchie46 ritchie46 merged commit 96b7a9a into main Dec 25, 2024
19 of 20 checks passed
@ritchie46 ritchie46 deleted the binview branch December 25, 2024 09:08
ritchie46 added a commit that referenced this pull request Dec 26, 2024
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.

1 participant