diff options
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 |
