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

feat: Expose overflowing cast #16805

Merged
merged 7 commits into from
Jun 7, 2024
Merged

feat: Expose overflowing cast #16805

merged 7 commits into from
Jun 7, 2024

Conversation

ritchie46
Copy link
Member

closes #16792

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars labels Jun 7, 2024
@ritchie46 ritchie46 merged commit 5e716bc into main Jun 7, 2024
26 of 27 checks passed
@ritchie46 ritchie46 deleted the caast branch June 7, 2024 12:13
Copy link

codspeed-hq bot commented Jun 7, 2024

CodSpeed Performance Report

Merging #16805 will improve performances by 15.81%

Comparing caast (1f4845c) with main (68e4af5)

Summary

⚡ 1 improvements
✅ 36 untouched benchmarks

Benchmarks breakdown

Benchmark main caast Change
test_groupby_h2oai_q4 2 ms 1.7 ms +15.81%

Wouittone pushed a commit to Wouittone/polars that referenced this pull request Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Casting to float32, int32, int16 and int8 in polars is slower than pandas in larger dfs
1 participant