Skip to content

Commit 74d7438

Browse files
committed
v2.2
1 parent 8755ac7 commit 74d7438

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v2.x.y
1+
v2.2 (Oct 28, 2025)
22
- improvement: Automatic chunk size splitting for multi-threading (-T) when -b is not specified
33
- improvement: Added the -I# option, which enables compression using # internal (built-in) threads
44
when supported. Currently available for the following compressors: bsc, fast-lzma2,

bench/lzbench.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
#define PROGNAME "lzbench"
22-
#define PROGVERSION "2.1.1"
22+
#define PROGVERSION "2.2"
2323
#define PAD_SIZE (1024)
2424
#define MIN_PAGE_SIZE 4096 // smallest page size we expect, if it's wrong the first algorithm might be a bit slower
2525
#define DEFAULT_LOOP_TIME (100*1000000) // 1/10 of a second
@@ -292,7 +292,7 @@ static const alias_desc_t alias_desc[] =
292292
{ "MISC", "Covers miscellaneous compressors.",
293293
"memcpy/crush/lzjb/tamp/tornado/zling" },
294294
{ "INT_MT", "Covers all compressors supporting internal multi-threading with -I option.",
295-
"memcpy/fastlzma2,1,5,10/kanzi,1,2,3,4,5,6,7/lzham,0,4/lzma,0,4,9/xz,0,4,9/zstd,1,5,9,14,18,22" },
295+
"memcpy/bsc0/bsc1/bsc4/bsc5/bsc6/fastlzma2,1,5,10/kanzi,1,2,3,4,5,6,7/lzham,1,4/lzma,0,4,9/xz,0,4,9/zstd,1,5,9,14,18,22" },
296296
{ "BUGGY", "Lists potentially unstable codecs that may cause segmentation faults.",
297297
"memcpy/csc/gipfeli/lzmat/lzrw/lzsse8fast/wflz/yalz77/yappy" }, // these can SEGFAULT
298298
{ "UCL", "Refers to all UCL compressor variants.",

0 commit comments

Comments
 (0)