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 of zstd compress #586

Closed
tamalsaha opened this issue Mar 10, 2020 · 2 comments
Closed

Use pure Go implementation of zstd compress #586

tamalsaha opened this issue Mar 10, 2020 · 2 comments

Comments

@tamalsaha
Copy link
Contributor

Currently wal-g uses a cgo based implementation. It might be better to use a pure Go implementation found here: https://github.com/klauspost/compress/tree/master/zstd

@patsevanton
Copy link
Contributor

wal-g have brotli compression.
zstd compression comparable with brotli compression

@LeGEC
Copy link
Contributor

LeGEC commented Nov 10, 2022

Hello

I would be interested in opening a pull request for this feature.

Do you have a pro/cons arguments for this feature ?

The big pro I see is : portability and no Cgo dependency for that feature

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

No branches or pull requests

3 participants