Skip to content

Commit

Permalink
Minified:
Browse files Browse the repository at this point in the history
lzma_worker.js
Original size: 113904 bytes (111.2 KB)
Minified size: 24606 bytes (24.0 KB)
Compression:   4.6291 x smaller
Gzipped size:  9571 bytes (9.3 KB)
Gzipped ratio: 11.9010 x smaller

lzma-c.js
Original size: 87310 bytes (85.3 KB)
Minified size: 18950 bytes (18.5 KB)
Compression:   4.6074 x smaller
Gzipped size:  7617 bytes (7.4 KB)
Gzipped ratio: 11.4625 x smaller

lzma-d.js
Original size: 32644 bytes (31.9 KB)
Minified size: 7160 bytes (7.0 KB)
Compression:   4.5592 x smaller
Gzipped size:  3080 bytes (3.0 KB)
Gzipped ratio: 10.5987 x smaller

lzma.js
Original size: 6182 bytes (6.0 KB)
Minified size: 1597 bytes (1.6 KB)
Compression:   3.8710 x smaller
Gzipped size:  735 bytes (0.72 KB)
Gzipped ratio: 8.4109 x smaller
  • Loading branch information
nmrugg committed Jun 6, 2015
1 parent e2f4799 commit 9a4a7ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -17,8 +17,8 @@ Here are some file size stats:
| Filename | Method(s) | Minified | Gzipped |
|:---------------|:--------------|---------:|--------:|
| lzma_worker.js | both | 24.0 KB | 9.3 KB |
| lzma-c.js | compression | 19.2 KB | 7.7 KB |
| lzma-d.js | decompression | 7.3 KB | 3.1 KB |
| lzma-c.js | compression | 18.5 KB | 7.4 KB |
| lzma-d.js | decompression | 7.0 KB | 3.0 KB |

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

Expand Down

0 comments on commit 9a4a7ff

Please sign in to comment.