You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ While gzip, LZMA, brotli, and zstd are all based on LZ (Lempel-Ziv) compression,
45
45
46
46
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.
47
47
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.
49
49
50
50
Furthermore, Kanzi is designed to **leverage modern multi-core CPUs** to boost performance.
51
51
@@ -96,7 +96,7 @@ Download at http://sun.aei.polsl.pl/~sdeor/corpus/silesia.zip
0 commit comments