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: Add a VarInt encoding for the row encoding #19929

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

coastalwhite
Copy link
Collaborator

No description provided.

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

codecov bot commented Nov 22, 2024

Codecov Report

Attention: Patch coverage is 9.63855% with 150 lines in your changes missing coverage. Please review.

Project coverage is 79.42%. Comparing base (414d883) to head (543e420).

Files with missing lines Patch % Lines
crates/polars-row/src/variable/varint.rs 0.00% 132 Missing ⚠️
crates/polars-row/src/encode.rs 47.05% 18 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main   #19929       +/-   ##
===========================================
+ Coverage   59.28%   79.42%   +20.14%     
===========================================
  Files        1555     1556        +1     
  Lines      216180   216333      +153     
  Branches     2456     2456               
===========================================
+ Hits       128155   171830    +43675     
+ Misses      87467    43945    -43522     
  Partials      558      558               

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


🚨 Try these New Features:

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