We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0369a69 commit 7c1cabaCopy full SHA for 7c1caba
tests/cli-tests/compression/window-constraint.sh
@@ -0,0 +1,14 @@
1
+#!/bin/sh
2
+datagen -g256M > file
3
+
4
+zstd --long=30 --single-thread --constrain-window=http-zstd -f < file > file.zst
5
+zstd -l -v file.zst
6
7
+zstd --long=30 --single-thread --constrain-window=http-dcz -f < file > file.zst
8
9
10
+cp file dict
11
+zstd --long=30 --single-thread --constrain-window=http-dcz --patch-from dict -f file
12
13
14
+rm dict file file.zst
tests/cli-tests/compression/window-constraint.sh.stdout.glob
@@ -0,0 +1,7 @@
+...
+Window Size: 8.00 MiB (8388608 B)
+Window Size: 128 MiB (134217728 B)
0 commit comments