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

Use pure go implementation for zstd #1376

Merged
merged 2 commits into from Nov 18, 2022
Merged

Conversation

LeGEC
Copy link
Contributor

@LeGEC LeGEC commented Nov 11, 2022

Database name

All -- this PR modifies internal/compression/zstd

Pull request description

Use pure go implementation of zstd compressor/decompressor, from github.com/klauspost/compress module.

Importing current version : v1.15.12

fixes issue #586

@LeGEC LeGEC requested a review from a team as a code owner November 11, 2022 13:01
@LeGEC
Copy link
Contributor Author

LeGEC commented Nov 11, 2022

The first commit (regarding the NO_LIBBROTLI option in Makefile) and the go mod tidy action may be picked separately.

The actual code change is all contained in the last commit: eff9c38

Makefile Outdated Show resolved Hide resolved
internal/compression/zstd/decompressor.go Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
use github.com/klauspost/compress/zstd package for zstd
compression and decompression

remove github.com/Datadog/zstd
@serprex serprex dismissed usernamedt’s stale review November 18, 2022 14:34

requested change was made

@serprex serprex merged commit 3d22cab into wal-g:master Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants