Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
master131 authored Jun 28, 2017
1 parent 997e121 commit 294c434
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ File: UPX v3.91 (Windows Executable)
| BrotliSharpLib | 11.63 ms |
| Original C | 11.17 ms |

As seen above, BrotliSharpLib performs close to the original C version in terms of decompression.

#### Compression
File: plrabn12.txt

Expand All @@ -128,3 +130,5 @@ File: UPX v3.91 (Windows Executable)
| Original C | 9 | 73.080 ms |
| BrotliSharpLib | 11 | 4,476.191 ms |
| Original C | 11 | 877.58 ms |

While BrotliSharpLib performs comparatively at lower quality levels, it performs up to five times worse at level 11. Future versions of the port will hopefully bring this down.

0 comments on commit 294c434

Please sign in to comment.