-
Notifications
You must be signed in to change notification settings - Fork 632
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
[AL-1574] Fast chunk compression #1366
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1366 +/- ##
==========================================
+ Coverage 92.23% 92.27% +0.03%
==========================================
Files 174 174
Lines 12706 12758 +52
==========================================
+ Hits 11720 11772 +52
Misses 986 986
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some changes + codecov
…r_fast_chunk_compression
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix coverage
…r_fast_chunk_compression
…tiveloopai/hub into fr_fast_chunk_compression
🚀 🚀 Pull Request
Checklist:
coverage-rate
upChanges
Speed up chunk compression by predicting length of compressed bytes using an adaptive compression ratio.
https://activeloop.atlassian.net/browse/AL-1574