Skip to content

Commit

Permalink
Fix more numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
flanglet authored May 12, 2021
1 parent cec4bc3 commit fe4ebdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,20 @@ Kanzi version 1.9 C++ implementation. Block size is 100 MB.
|**Kanzi -l 1 -j 6** | **0.7** | **0.3** | **68,471,355** |
|Pigz 1.6 -6 -p6 | 1.4 | 1.4 | 68,237,849 |
|Gzip 1.6 -6 | 6.1 | 1.1 | 68,227,965 |
|Brotli 1.0.9 -2 --large_window=30| 1.5 | 0.9 | 68,033,377 |
|Brotli 1.0.9 -2 --large_window=30| 1.5 | 0.8 | 68,033,377 |
|Pigz 1.6 -9 -p6 | 3.0 | 1.6 | 67,656,836 |
|Gzip 1.6 -9 | 14.0 | 1.0 | 67,631,990 |
|**Kanzi -l 2** | **2.4** | **0.9** | **64,522,501** |
|**Kanzi -l 2 -j 6** | **0.9** | **0.3** | **64,522,501** |
|Brotli 1.0.9 -4 --large_window=30| 4.1 | 1.5 | 64,267,169 |
|Brotli 1.0.9 -4 --large_window=30| 4.1 | 0.7 | 64,267,169 |
|Zstd 1.4.8 -9 | 4.9 | 0.3 | 60,229,401 |
|Zstd 1.4.8 -9 -T6 | 3.2 | 0.3 | 60,229,401 |
|**Kanzi -l 3** | **3.8** | **1.9** | **59,647,212** |
|**Kanzi -l 3 -j 6** | **1.2** | **0.6** | **59,647,212** |
|Zstd 1.4.8 -13 | 16.0 | 0.3 | 58,127,009 |
|Zstd 1.4.8 -13 -T6 | 11.4 | 0.3 | 58,127,009 |
|Orz 1.5.0 | 7.7 | 2.0 | 57,564,831 |
|Brotli 1.0.9 -9 --large_window=30| 36.6 | 0.8 | 56,232,817 |
|Brotli 1.0.9 -9 --large_window=30| 36.7 | 0.7 | 56,232,817 |
|Lzma 5.2.2 -3 | 24.1 | 2.6 | 55,743,540 |
|**Kanzi -l 4** | **8.0** | **4.7** | **54,996,858** |
|**Kanzi -l 4 -j 6** | **3.0** | **1.5** | **54,996,858** |
Expand Down

0 comments on commit fe4ebdd

Please sign in to comment.