Skip to content

Commit

Permalink
Minified:
Browse files Browse the repository at this point in the history
lzma_worker.js
Original size: 108619 bytes (106.1 KB)
Minified size: 23197 bytes (22.7 KB)
Compression:   4.6825 x smaller
Gzipped size:  8982 bytes (8.8 KB)
Gzipped ratio: 12.0930 x smaller

lzma-c.js
Original size: 81760 bytes (79.8 KB)
Minified size: 17395 bytes (17.0 KB)
Compression:   4.7002 x smaller
Gzipped size:  7013 bytes (6.8 KB)
Gzipped ratio: 11.6583 x smaller

lzma-d.js
Original size: 30353 bytes (29.6 KB)
Minified size: 6654 bytes (6.5 KB)
Compression:   4.5616 x smaller
Gzipped size:  2887 bytes (2.8 KB)
Gzipped ratio: 10.5137 x smaller

lzma.js
Original size: 6642 bytes (6.5 KB)
Minified size: 1761 bytes (1.7 KB)
Compression:   3.7717 x smaller
Gzipped size:  776 bytes (0.76 KB)
Gzipped ratio: 8.5593 x smaller
  • Loading branch information
nmrugg committed Mar 28, 2016
1 parent ad4eb9b commit b4a5e24
Show file tree
Hide file tree
Showing 7 changed files with 225 additions and 420 deletions.
6 changes: 3 additions & 3 deletions readme.md
Expand Up @@ -17,9 +17,9 @@ Here are some file size stats:

| Filename | Method(s) | Minified | Gzipped |
|:---------------|:--------------|---------:|--------:|
| lzma_worker.js | both | 23.4 KB | 9.2 KB |
| lzma-c.js | compression | 17.9 KB | 7.3 KB |
| lzma-d.js | decompression | 6.8 KB | 3.0 KB |
| lzma_worker.js | both | 22.7 KB | 8.8 KB |
| lzma-c.js | compression | 17.0 KB | 6.8 KB |
| lzma-d.js | decompression | 6.5 KB | 2.8 KB |

Also, older versions returned compressed data as unsigned bytes. Now, it returns signed bytes.

Expand Down
2 changes: 1 addition & 1 deletion src/lzma-c-min.js

Large diffs are not rendered by default.

0 comments on commit b4a5e24

Please sign in to comment.