Make a pipeline that accepts a stream of bytes and produces a stream with Zstd compressed bytes.
Make a pipeline that accepts a stream of bytes and produces a stream with Zstd compressed bytes.
Value parameters
customDictionary
a custom dictionary, or None for no custom dictionary
level
The compression level to use. Defaults to level 3.
workers
The number of worker threads to use for parallel compression. Set to 0 to detect the number of CPU cores and use that number of worker threads. The actual number of worker threads is capped. Valid values: 0 and higher. Defaults to 1.