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 eece4fc commit 00c9791Copy full SHA for 00c9791
CHANGELOG.rst
@@ -9,6 +9,9 @@ Changelog
9
10
version 0.5.0-dev
11
-----------------
12
++ The command-line interface now reads in blocks of 32K instead of 8K. This
13
+ improves performance by about 6% when compressing and 11% when decompressing.
14
+ A hidden ``-b`` flag was added to adjust the buffer size for benchmarks.
15
+ A ``-c`` or ``--stdout`` flag was added to the CLI interface of isal.igzip.
16
This allows it to behave more like the ``gzip`` or ``pigz`` command line
17
interfaces.
0 commit comments