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: Deduplicate buffers again in stringview concat kernel #21098

Merged
merged 2 commits into from
Feb 5, 2025

Conversation

orlp
Copy link
Collaborator

@orlp orlp commented Feb 5, 2025

This is a regression on new-streaming for query 9 and 10 due to adding contention on stringview Arcs, but that should be fixed in a separate PR.

@github-actions github-actions bot added performance Performance issues or improvements python Related to Python Polars rust Related to Rust Polars labels Feb 5, 2025
Copy link

codecov bot commented Feb 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.26%. Comparing base (a578d51) to head (e87aefa).
Report is 43 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21098      +/-   ##
==========================================
- Coverage   79.27%   79.26%   -0.01%     
==========================================
  Files        1586     1586              
  Lines      225676   226126     +450     
  Branches     2588     2593       +5     
==========================================
+ Hits       178894   179244     +350     
- Misses      46192    46286      +94     
- Partials      590      596       +6     

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

@ritchie46 ritchie46 merged commit 9359ed5 into pola-rs:main Feb 5, 2025
22 checks passed
coastalwhite pushed a commit to coastalwhite/polars that referenced this pull request Feb 6, 2025
@c-peters c-peters added the accepted Ready for implementation label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation performance Performance issues or improvements python Related to Python Polars rust Related to Rust Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants