Skip to content

Add support for Zstandard compression #1156

Open
@sabi0

Description

@sabi0

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 ....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions