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

For discussion: "slack" compression option #15215

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 11, 2024

  1. 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.
    
    This patch is highly experimental; please see the associated PR for
    discussion.
    
    Signed-off-by: Rob Norris <[email protected]>
    Sponsored-by: Klara, Inc.
    Sponsored-by: Wasabi Technology, Inc.
    robn committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    dbee1a9 View commit details
    Browse the repository at this point in the history