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

refactor(rust): remove seqmacro and u8,u16 bitpack #17290

Merged
merged 2 commits into from
Jun 30, 2024

Conversation

coastalwhite
Copy link
Collaborator

After looking for a long time at how to SIMD this bitpacking, I am pausing for a bit to work on something else. There are some code deletions, namely removing the unused u8 and u16 implementations of bit(un)packing. This also removes the seq_macro crate.

Maybe, I will look at this again in the future.

@github-actions github-actions bot added internal An internal refactor or improvement rust Related to Rust Polars labels Jun 29, 2024
After looking for a long time at how to SIMD this bitpacking, I am pausing for a bit to work on something else. There are some code deletions, namely removing the unused u8 and u16 implementations of bit(un)packing. This also removes the `seq_macro` crate.

Maybe, I will look at this again in the future.
Copy link

codecov bot commented Jun 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.71%. Comparing base (8b72169) to head (6f7214c).
Report is 17 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17290      +/-   ##
==========================================
- Coverage   80.87%   80.71%   -0.16%     
==========================================
  Files        1470     1475       +5     
  Lines      192680   193106     +426     
  Branches     2750     2752       +2     
==========================================
+ Hits       155830   155875      +45     
- Misses      36342    36723     +381     
  Partials      508      508              

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

@ritchie46 ritchie46 merged commit 8a6da74 into pola-rs:main Jun 30, 2024
21 checks passed
@coastalwhite coastalwhite deleted the bitpacking-trim branch June 30, 2024 13:09
@c-peters c-peters added the accepted Ready for implementation label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation internal An internal refactor or improvement rust Related to Rust Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants