-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
For discussion: "slack" compression option #15215
Draft
robn
wants to merge
10
commits into
openzfs:master
Choose a base branch
from
KlaraSystems:slack-compression
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 23c2d49 - Browse repository at this point
Copy the full SHA 23c2d49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 250288b - Browse repository at this point
Copy the full SHA 250288bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0852b96 - Browse repository at this point
Copy the full SHA 0852b96View commit details -
compress: add "slack" compression option
The "slack" option simply searches from the end of the block backwards to the last non-zero byte, and sets that position as the "compressed" size. Sponsored-by: Klara, Inc. Sponsored-by: Wasabi Technology, Inc. Signed-off-by: Rob Norris <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95b5cb1 - Browse repository at this point
Copy the full SHA 95b5cb1View commit details -
WIP: slack: native ABD compressors
Inefficient, because it doesn't go from back to front, but we need a reverse iterator for that.
Configuration menu - View commit details
-
Copy full SHA for 229a818 - Browse repository at this point
Copy the full SHA 229a818View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9863c7 - Browse repository at this point
Copy the full SHA f9863c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87b4315 - Browse repository at this point
Copy the full SHA 87b4315View commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf7555c - Browse repository at this point
Copy the full SHA bf7555cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccd8f19 - Browse repository at this point
Copy the full SHA ccd8f19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 458fcef - Browse repository at this point
Copy the full SHA 458fcefView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.