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 e84be46 commit cdf9c92Copy full SHA for cdf9c92
zstandard/backend_cffi.py
@@ -1768,7 +1768,10 @@ class ZstdCompressor(object):
1768
1769
:param level:
1770
Integer compression level. Valid values are all negative integers
1771
- through 22.
+ through 22. Lower values generally yield faster operations with lower
1772
+ compression ratios. Higher values are generally slower but compress
1773
+ better. The default is 3, which is what the ``zstd`` CLI uses. Negative
1774
+ levels effectively engage ``--fast`` mode from the ``zstd`` CLI.
1775
:param dict_data:
1776
A ``ZstdCompressionDict`` to be used to compress with dictionary
1777
data.
0 commit comments