diff options
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index dae0ff0..4bc1294 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -28,8 +28,9 @@ Reducing download size, is achieved through three layers: * Another example is reordering of functions and some internal nodes, which we know does not change semantics, but [can improve general compression](https://www.rfk.id.au/blog/entry/cromulate-improve-compressibility/). - * **Generic** compression, such as gzip, already supported in browsers, or LZMA - and other compression algorithms, which might be standardized as well. + * **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/). Each of the three layers work to find compression opportunities to the best of its abilities, without encroaching upon the subsequent layer's compression |
