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

Switch default compression algorithm to lz4 #135

Merged
merged 1 commit into from
May 20, 2023
Merged

Switch default compression algorithm to lz4 #135

merged 1 commit into from
May 20, 2023

Commits on May 13, 2023

  1. Switch default compression algorithm to lz4

    lz4_flex is a light-weight Rust-only dependency.
    It compiles and runs much faster than zstd.
    
    zstd compresses better, so you can still opt-in to it with
    the "zstd" feature.
    
    The new puffin streams will be incompatible with old puffin_viewer's
    
    puffin_viewer will still be able to open old puffin streams.
    emilk committed May 13, 2023
    Configuration menu
    Copy the full SHA
    8bd3be2 View commit details
    Browse the repository at this point in the history