inikep / lzbench

lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use block size/chunk size "-b" syntax please

sagarcpa opened this issue · comments

can someone share
how to use -b parameter for block size/buffer size

commented

According to the usage instructions:
./lzbench.exe -ezstd,1 -b128 README.md
-b128 means 128Kb.
-b# set block/chunk size to # KB (default = MIN(filesize,1747626 KB))