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

Add support for Zstandard compression #1156

Open
sabi0 opened this issue Jan 16, 2023 · 0 comments · May be fixed by #1228
Open

Add support for Zstandard compression #1156

sabi0 opened this issue Jan 16, 2023 · 0 comments · May be fixed by #1228

Comments

@sabi0
Copy link

sabi0 commented Jan 16, 2023

Zstandard provides much better compression (and speed!) than gzip (uncompressed: 5580 MB, gzip: 1517 MB, zstd: 717 MB).
It would be great if GoReplay was able to read the input from zstd compressed files.
Compressing output with zstd would be nice too, of course.

P.S. Unfortunately gor does not seem to support reading the input from stdin either. So one cannot do zstd -d recording.gor.zst | gor ....

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 a pull request may close this issue.

1 participant