Skip to content

Commit 58fed17

Browse files
authored
Update README.md
1 parent 453a671 commit 58fed17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ While gzip, LZMA, brotli, and zstd are all based on LZ (Lempel-Ziv) compression,
4545

4646
LZ-based compressors are ideal for software distribution, where data is compressed once and decompressed many times, thanks to their fast decompression speeds—though they tend to be slower when compressing at higher ratios. But in other scenarios—such as real-time data generation, one-off data transfers, or backups—**compression speed becomes critical**. Here, Kanzi can shine.
4747

48-
**Kanzi** also features a suite of built-in, customizable data transforms tailored for specific data types (e.g., multimedia, UTF text, DNA, etc.), which can be selectively applied during compression for better efficiency.
48+
**Kanzi** also features a suite of built-in, customizable data transforms tailored for specific data types (e.g., multimedia, UTF, text, DNA, etc.), which can be selectively applied during compression for better efficiency.
4949

5050
Furthermore, Kanzi is designed to **leverage modern multi-core CPUs** to boost performance.
5151

@@ -96,7 +96,7 @@ Download at http://sun.aei.polsl.pl/~sdeor/corpus/silesia.zip
9696
|zstd 1.5.8 -T4 -19 | 20482 | 151 | 52,858,610 |
9797
|**kanzi -l 6** | **3065** | **2329** | 49,521,392 |
9898
|xz 5.8.1 -9 | 48516 | 1594 | 48,774,000 |
99-
|bzip3 1.5.1.r3-g428f422 | 8559 | 3948 | 47,256,794 |
99+
|bzip3 1.5.1.r3-g428f422 -j 4 | 8559 | 3948 | 47,256,794 |
100100
|**kanzi -l 7** | **3798** | **3298** | 47,312,772 |
101101
|**kanzi -l 8** | **15272** | **16419** | 43,260,254 |
102102
|**kanzi -l 9** | **20972** | **22375** | 41,858,886 |

0 commit comments

Comments
 (0)