Add brotli compressor

This commit is for the encoder for brotli compression format.
Brotli is a generic byte-level compression algorithm.
This commit is contained in:
Zoltan Szabadka
2013-10-23 13:06:13 +02:00
parent b35077ca42
commit 79e99afe46
24 changed files with 3904 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
This directory holds the encoder for brotli compression format.
Brotli is proposed to be used at the byte-compression level in WOFF 2.0 format.