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 4bebae8 commit 16794ddCopy full SHA for 16794dd
src/xopen/__init__.py
@@ -54,8 +54,8 @@
54
# 128K buffer size also used by cat, pigz etc. It is faster than the 8K default.
55
BUFFER_SIZE = max(io.DEFAULT_BUFFER_SIZE, 128 * 1024)
56
57
-# Compression level 6 is the default for most gzip applications
58
-XOPEN_DEFAULT_GZIP_COMPRESSION = 6
+# 1 is by far the fastest and most efficient level.
+XOPEN_DEFAULT_GZIP_COMPRESSION = 1
59
60
igzip: Optional[ModuleType]
61
isal_zlib: Optional[ModuleType]
0 commit comments