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

feat: implement lz4 compression #204

Merged
merged 7 commits into from
May 5, 2023
Merged

feat: implement lz4 compression #204

merged 7 commits into from
May 5, 2023

Commits on Apr 17, 2023

  1. feat: implement lz4 compression

    de-sh committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    e0e2c8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03bc9af View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. feat: allow configuring compressibility per-stream (#209)

    * feat: configuring per-stream compressibility
    
    * doc: explain `is_compressible` config
    
    * feat: compression as an enum
    
    * fix: remove global `enable_compression`
    
    * refactor: `compress` ~> `lz4_compress`
    de-sh authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    7699745 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59f0f7b View commit details
    Browse the repository at this point in the history
  3. fix: broken merge

    de-sh committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    98634af View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Merge branch 'main' into lz4

    de-sh authored May 1, 2023
    Configuration menu
    Copy the full SHA
    5fd803c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Merge branch 'next' into lz4

    de-sh authored May 5, 2023
    Configuration menu
    Copy the full SHA
    8d1c223 View commit details
    Browse the repository at this point in the history