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 7830aae commit 8faf636Copy full SHA for 8faf636
src/isal/igzip.py
@@ -449,9 +449,7 @@ def _argument_parser():
449
"timestamp")
450
parser.add_argument("-f", "--force", action="store_true",
451
help="Overwrite output without prompting")
452
- # -b flag not taken by either gzip or igzip. Hidden attribute. Above 32K
453
- # diminishing returns hit. _compression.BUFFER_SIZE = 8k. But 32K is about
454
- # ~6% faster.
+ # -b flag not taken by either gzip or igzip. Hidden attribute.
455
parser.add_argument("-b", "--buffer-size",
456
default=READ_BUFFER_SIZE, type=int,
457
help=argparse.SUPPRESS)
0 commit comments