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 03e98dc commit 07d4fbcCopy full SHA for 07d4fbc
README.rst
@@ -133,6 +133,9 @@ Differences with zlib and gzip modules
133
in ``isal_zlib`` and ``igzip`` this is the **lowest compression level**.
134
This is a design choice that was inherited from the ISA-L library.
135
+ Compression levels range from 0 to 3, not 1 to 9.
136
++ ``igzip`` contains a class ``IGzipFile`` instead of ``GzipFile``. Since the
137
+ compression levels are not compatible, a difference in naming was chosen to
138
+ reflect this.
139
+ ``zlib.Z_DEFAULT_STRATEGY``, ``zlib.Z_RLE`` etc. are exposed as
140
``isal_zlib.Z_DEFAULT_STRATEGY``, ``isal_zlib.Z_RLE`` etc. for compatibility
141
reasons. However, ``isal_zlib`` only supports a default strategy and will
0 commit comments