Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flanglet authored Nov 17, 2024
1 parent 56282c7 commit 90a80aa
Showing 1 changed file with 22 additions and 15 deletions.
37 changes: 22 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,21 +138,24 @@ A lower score is better. Best scores are in bold.

Tested on Ubuntu 22.04.4 LTS, i7-7700K CPU @ 4.20GHz, 32 GB RAM, clang-15

| Compressor | Encoding (sec) | Decoding (sec) | Size | Score(5) | Score(6) | Score(7) |
|----------------------|----------------|-----------------|------------------|------------|------------|------------|
|FastLZ -2 | 1.85 | 0.84 | 101114153 | 1014.66 | 104.63 | 13.63 |
|Lizard 1.1.0 -11 | 0.76 | 0.24 | 93967850 | 940.91 | 95.20 | 10.63 |
|Lz4 1.9.5 -2 -T1 | 0.81 | 0.21 | 89208908 | 893.32 | 90.44 | 10.15 |
|Lzturbo 1.2 -11 -p0 | 1.09 | 0.34 | 88657053 | 888.35 | 90.43 | 10.64 |
|lzav | 0.52 | 0.19 | 88221200 | 883.12 | 89.13 | 9.73 |
|s2 -cpu 1 | 0.81 | 0.40 | 86646819 | 868.08 | 88.25 | 10.27 |
|LZ4x 1.60 -2 | 1.13 | 0.22 | 87883674 | 880.40 | 89.44 | 10.35 |
|Lizard 1.1.0 -12 | 1.48 | 0.23 | 86340434 | 865.35 | 88.29 | 10.58 |
|LZ4x 1.60 -3 | 1.36 | 0.24 | 85483806 | 856.67 | 87.32 | 10.38 |
|Kanzi 2.3 -t lz -j 1 | 0.83 | 0.24 | 83355862 | 834.87 | 84.67 | ***9.65*** |
|Lzturbo 1.2 -12 -p0 | 2.40 | 0.22 | 83179291 | 834.63 | 86.02 | 11.16 |
|Kanzi 2.3 -t lzx -j 1 | 1.09 | 0.22 | 81485228 |***816.39***|***83.02*** | 9.68 |
|Lz4 1.9.5 -3 -T1 | 2.33 | 0.21 | 81441623 | 817.17 | 84.19 | 10.90 |
| Compressor | Encoding (sec) | Decoding (sec) | Size | Score(5) | Score(6) | Score(7) |
|--------------------------|----------------|-----------------|------------------|------------|------------|------------|
|FastLZ -2 | 1.85 | 0.84 | 101114153 | 1014.66 | 104.63 | 13.63 |
|Lizard 1.1.0 -11 | 0.76 | 0.24 | 93967850 | 940.91 | 95.20 | 10.63 |
|Lz4 1.9.5 -2 -T1 | 0.81 | 0.21 | 89208908 | 893.32 | 90.44 | 10.15 |
|Lzturbo 1.2 -11 -p0 | 1.09 | 0.34 | 88657053 | 888.35 | 90.43 | 10.64 |
|lzav (1) | 0.52 | 0.19 | 88221200 | 883.12 | 89.13 | 9.73 |
|s2 -cpu 1 | 0.81 | 0.40 | 86646819 | 868.08 | 88.25 | 10.27 |
|LZ4x 1.60 -2 | 1.13 | 0.22 | 87883674 | 880.40 | 89.44 | 10.35 |
|lzav (2) | 0.67 | 0.40 | 86505609 | 866.53 | 87.98 | 10.12 |
|Lizard 1.1.0 -12 | 1.48 | 0.23 | 86340434 | 865.35 | 88.29 | 10.58 |
|LZ4x 1.60 -3 | 1.36 | 0.24 | 85483806 | 856.67 | 87.32 | 10.38 |
|Kanzi 2.3 -t lz -j 1 (1) | 0.83 | 0.24 | 83355862 | 834.87 | 84.67 | ***9.65*** |
|Lzturbo 1.2 -12 -p0 | 2.40 | 0.22 | 83179291 | 834.63 | 86.02 | 11.16 |
|Kanzi 2.3 -t lz -j 1 (2) | 0.99 | 0.35 | 82652955 | 828.22 | 84.34 | 9.96 |
|Kanzi 2.3 -t lzx -j 1 (1) | 1.09 | 0.22 | 81485228 | 816.39 | 83.02 | 9.68 |
|Lz4 1.9.5 -3 -T1 | 2.33 | 0.21 | 81441623 | 817.17 | 84.19 | 10.90 |
|Kanzi 2.3 -t lzx -j 1 (2) | 1.52 | 0.35 | 79014650 |***792.37***|***81.23*** | 10.12 |

References:

Expand All @@ -170,6 +173,10 @@ kanzi@af12d07f2

lzav@10f7e2ac

(1) processing 4MB blocks

(2) processing whole file at once


### More benchmarks

Expand Down

0 comments on commit 90a80aa

Please sign in to comment.