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): Simplify compressed_chunk_size calculation and leave comments to explain for rle encode #14634

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

nameexhaustion
Copy link
Collaborator

@nameexhaustion nameexhaustion commented Feb 22, 2024

Improve the change from #13883.

might also give a tiny performance bump

@github-actions github-actions bot added the internal An internal refactor or improvement label Feb 22, 2024
@nameexhaustion nameexhaustion changed the title refactor(internal): simplify compressed_chunk_size calculation and leave comments to explain refactor(internal): simplify compressed_chunk_size calculation and leave comments to explain for rle encode Feb 22, 2024
@nameexhaustion nameexhaustion marked this pull request as ready for review February 22, 2024 04:22
Copy link

codecov bot commented Feb 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (21d4326) 80.75% compared to head (01a1f13) 80.76%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #14634   +/-   ##
=======================================
  Coverage   80.75%   80.76%           
=======================================
  Files        1326     1326           
  Lines      173086   173087    +1     
  Branches     2453     2453           
=======================================
+ Hits       139773   139786   +13     
+ Misses      32838    32827   -11     
+ Partials      475      474    -1     

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

@ritchie46 ritchie46 merged commit f305842 into pola-rs:main Feb 22, 2024
21 checks passed
@nameexhaustion nameexhaustion deleted the bitpacked branch February 22, 2024 05:45
@nameexhaustion nameexhaustion changed the title refactor(internal): simplify compressed_chunk_size calculation and leave comments to explain for rle encode refactor(internal): Simplify compressed_chunk_size calculation and leave comments to explain for rle encode Feb 22, 2024
@stinodego stinodego changed the title refactor(internal): Simplify compressed_chunk_size calculation and leave comments to explain for rle encode refactor(rust): Simplify compressed_chunk_size calculation and leave comments to explain for rle encode Feb 22, 2024
@github-actions github-actions bot added the rust Related to Rust Polars label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal An internal refactor or improvement rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants