Skip to content

Commit 52fd914

Browse files
authored
Update README.md
Performance for 1.2
1 parent 011eb8a commit 52fd914

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,26 @@ Silesia corpus benchmark
3232

3333
i7-7700K @4.20GHz, 32GB RAM, Ubuntu 16.10
3434

35-
Kanzi version 1.1 C++.
35+
Kanzi version 1.2 C++ implementation. Block size is 100 MB.
36+
All corpus files compressed one by one.
3637

37-
(Pareto in bold)
3838

3939
| Compressor | Encoding (sec) | Size |
4040
|-----------------------------|-----------------|------------------|
4141
|Original | | 211,938,580 |
42-
|**Kanzi LZ4** | **0.8** | **101,631,119** |
43-
|**Kanzi LZ4+Huffman** | **1.1** | **86,358,882** |
44-
|**Zstd 1.1.4 -6** | **2.1** | **62,969,187** |
45-
|Gzip 1.6 | 5.7 | 68,227,965 |
46-
|Zstd 1.1.4 -13 | 10.5 | 58,789,203 |
47-
|Kanzi BWT+RANK+ZRLT+ANS | 13.8 | 52,059,113 |
48-
|Bzip2 1.0.6 -9 | 14.2 | 54,506,769 |
49-
|**Kanzi BWT+RANK+ZRLT+FPAQ** | **16.1** | **49,489,938** |
50-
|Lzma 5.1.0alpha -3 | 23.0 | 55,743,540 |
51-
|**Kanzi BWT+CM** | **27.0** | **46,505,288** |
42+
|**Kanzi -l 1** | **1.9** | **81,468,951** |
43+
|Zstd 1.1.4 -6* | 2.1 | 62,969,187 |
44+
|Gzip 1.6 | 5.7 | 68,227,965 |
45+
|Zstd 1.1.4 -13 | 10.5 | 58,789,203 |
46+
|**Kanzi -l 2** | **13.8** | **51,781,225** |
47+
|Bzip2 1.0.6 -9 | 14.2 | 54,506,769 |
48+
|**Kanzi -l 3** | **16.0** | **49,483,430** |
49+
|Lzma 5.1.0alpha -3 | 23.0 | 55,743,540 |
50+
|**Kanzi -l 4** | **27.0** | **46,485,004** |
5251
|Zstd 1.1.4 -19 | 51.0 | 54,016,682 |
5352
|Lzma 5.1.0alpha -9 | 70.7 | 48,780,457 |
5453
|Tangelo 2.4 | 79.9 | 44,862,127 |
55-
|**Kanzi TPAQ** | **93.1** | **42,415,732** |
54+
|**Kanzi -l 5** | **79.6** | **42,356,371** |
5655
|zpaq v7.14 method 4 | 106.0 | 42,628,166 |
5756
|Tangelo 2.0 | 300.3 | 41,267,068 |
5857
|zpaq v7.14 method 5 | 392.8 | 39,112,924 |

0 commit comments

Comments
 (0)