Train dictionary for small files zstd
Train a dictionary on similar small files, then compress each with it for big ratio gains
zstd --train samples/*.json -o dict.zstd && zstd -D dict.zstd file.json
more zstd
all 2 commands →
Train a dictionary on similar small files, then compress each with it for big ratio gains
zstd --train samples/*.json -o dict.zstd && zstd -D dict.zstd file.json