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

Remove cgo zstd package #1477

Merged
merged 4 commits into from
Sep 7, 2019
Merged

Remove cgo zstd package #1477

merged 4 commits into from
Sep 7, 2019

Commits on Sep 3, 2019

  1. Remove cgo zstd package

    Switch from cgo package to pure Go implementation. This will (when fixed) work even if no cgo is present.
    
    https://github.com/klauspost/compress/tree/master/zstd#zstd
    
    Compression level is removed. It could be made so the first request determines the compression level. But since there is currently only two levels (fast and default) I am not sure it is worth it.
    
    This does NOT fix IBM#1252 - only updates the code used for compression/decompression.
    klauspost committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    c65bddd View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Configuration menu
    Copy the full SHA
    99ec304 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb599c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Remove double newline

    klauspost committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    2fbc232 View commit details
    Browse the repository at this point in the history