diff options
| author | JF Bastien <github@jfbastien.com> | 2015-06-19 16:50:52 +0200 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2015-06-19 16:50:52 +0200 |
| commit | c03eae3a69b79408b2ab73e11ad0221c30f75e91 (patch) | |
| tree | d9bc3b188dc036de79f04298a2e78e1f74f6752b /BinaryEncoding.md | |
| parent | 5c9a5f980ef839003c4a67cbda07c836746c5766 (diff) | |
| download | nanowasm-design-c03eae3a69b79408b2ab73e11ad0221c30f75e91.tar.gz | |
LZHAM
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 4bc1294..bbe5268 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -30,7 +30,8 @@ Reducing download size, is achieved through three layers: [can improve general compression](https://www.rfk.id.au/blog/entry/cromulate-improve-compressibility/). * **Generic** compression, such as gzip, already supported in browsers. Other compression algorithms being considered and which might be standardized - include: LZMA, [Brotli](https://datatracker.ietf.org/doc/draft-alakuijala-brotli/). + include: LZMA, [LZHAM](https://github.com/richgel999/lzham_codec), + [Brotli](https://datatracker.ietf.org/doc/draft-alakuijala-brotli/). Each of the three layers work to find compression opportunities to the best of its abilities, without encroaching upon the subsequent layer's compression |
