Bernhard Wiedemann
fc113dd140
* Improved --long mode * --long now automatically enabled for any window size >= 128MB * Faster decompression of small blocks * CLI improvements + accept parameter through environment variable ZSTD_NBTHREADS + new command --output-dir-mirror + more accurate warning and error messages * New experimental features + Shared Thread Pool + Faster Dictionary Compression + New Sequence Ingestion API * Drop upstream fix-lib-build.patch OBS-URL: https://build.opensuse.org/package/show/Archiving/zstd?expand=0&rev=52
18 lines
1021 B
Diff
18 lines
1021 B
Diff
Index: zstd-1.4.7/programs/zstd.1
|
|
===================================================================
|
|
--- zstd-1.4.7.orig/programs/zstd.1
|
|
+++ zstd-1.4.7/programs/zstd.1
|
|
@@ -223,6 +223,12 @@ Using environment variables to set param
|
|
.P
|
|
They can both be overridden by corresponding command line arguments: \fB\-#\fR for compression level and \fB\-T#\fR for number of compression threads\.
|
|
.
|
|
+.SH Parallel Zstd OPTIONS
|
|
+Additional options for the pzstd utility
|
|
+.TP
|
|
+.BR \-p ", " --processes
|
|
+ number of threads to use for (de)compression (default:4)
|
|
+.
|
|
.SH "DICTIONARY BUILDER"
|
|
\fBzstd\fR offers \fIdictionary\fR compression, which greatly improves efficiency on small files and messages\. It\'s possible to train \fBzstd\fR with a set of samples, the result of which is saved into a file called a \fBdictionary\fR\. Then during compression and decompression, reference the same dictionary, using command \fB\-D dictionaryFileName\fR\. Compression of small files similar to the sample set will be greatly improved\.
|
|
.
|