Skip to content

Commit 3c30898

Browse files
committed
Increase buffer size
1 parent bfc4b60 commit 3c30898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/isal/igzip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def _argument_parser():
435435
# diminishing returns hit. _compression.BUFFER_SIZE = 8k. But 32K is about
436436
# ~6% faster.
437437
parser.add_argument("-b", "--buffer-size",
438-
default=32 * 1024, type=int,
438+
default=128 * 1024, type=int,
439439
help=argparse.SUPPRESS)
440440
return parser
441441

0 commit comments

Comments
 (0)