From c03eae3a69b79408b2ab73e11ad0221c30f75e91 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Fri, 19 Jun 2015 16:50:52 +0200 Subject: LZHAM --- BinaryEncoding.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BinaryEncoding.md') 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 -- cgit v1.2.3