Skip to content

Commit

Permalink
Merge pull request #11 from kaitaiStructCompile/better_compression_fo…
Browse files Browse the repository at this point in the history
…r_zstd

Better compression for zstd.
  • Loading branch information
GreyCat authored Oct 9, 2021
2 parents 5469144 + 5470952 commit 2258028
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified _test/compressed/25k_uuids.zst
Binary file not shown.
Binary file modified _test/compressed/90_a.zst
Binary file not shown.
Binary file modified _test/compressed/ascii_text.zst
Binary file not shown.
2 changes: 1 addition & 1 deletion _test/generate-data
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for I in uncompressed/*.dat; do
xz --format=raw <$I >compressed/$BASE.lzma_raw

echo "$BASE.zst"
zstd <$I >compressed/$BASE.zst
zstd --ultra -22 -f -o compressed/$BASE.zst --format=zstd $I

echo "$BASE.br"
brotli <$I -o compressed/$BASE.br
Expand Down

0 comments on commit 2258028

Please sign in to comment.