You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ....
The text was updated successfully, but these errors were encountered:
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 dozstd -d recording.gor.zst | gor ...
.The text was updated successfully, but these errors were encountered: