Brotli compression format
Go to file
2016-06-16 17:59:04 +02:00
appveyor [appveyor/install.ps1] remove unused functions for miniconda 2015-10-07 12:46:16 +01:00
build/gmake Fix gitignore 2016-06-16 11:06:47 +02:00
common Update build system. Now libraries are produced as build artifacts. 2016-06-16 10:52:57 +02:00
dec Update build system. Now libraries are produced as build artifacts. 2016-06-16 10:52:57 +02:00
docs Update the spec to latest published version. 2016-05-26 12:20:42 +02:00
enc Update build system. Now libraries are produced as build artifacts. 2016-06-16 10:52:57 +02:00
python Remove platform suffix 2016-06-16 17:45:05 +02:00
terryfy@8bb673f441 add support for Travis CI (OS X only for now) 2015-08-14 11:28:26 +01:00
tests Update build system. Now libraries are produced as build artifacts. 2016-06-16 10:52:57 +02:00
tools Update build system. Now libraries are produced as build artifacts. 2016-06-16 10:52:57 +02:00
.gitignore Fix gitignore 2016-06-16 11:06:47 +02:00
.gitmodules add support for Travis CI (OS X only for now) 2015-08-14 11:28:26 +01:00
.travis.yml Put library also to bin 2016-06-16 17:23:21 +02:00
appveyor.yml appveyor: also upload source distribution packages to Github Releases 2016-04-10 19:54:28 +01:00
BUILD Update build system. Now libraries are produced as build artifacts. 2016-06-16 10:52:57 +02:00
configure Update build system. Now libraries are produced as build artifacts. 2016-06-16 10:52:57 +02:00
CONTRIBUTING.md Apply 80-chars limit to CONTRIBUTING.md 2016-02-18 15:20:59 +01:00
LICENSE Prepare to release 0.4.0 2016-06-14 15:07:13 +02:00
Makefile Update build system. Now libraries are produced as build artifacts. 2016-06-16 10:52:57 +02:00
MANIFEST.in Remove deleted files 2016-06-16 15:30:18 +02:00
premake5.lua Update build system. Now libraries are produced as build artifacts. 2016-06-16 10:52:57 +02:00
README.md Add Travis status 2016-06-14 15:53:06 +02:00
setup.py Fix CI build. 2016-06-14 16:02:38 +02:00
WORKSPACE Update build system. Now libraries are produced as build artifacts. 2016-06-16 10:52:57 +02:00

brotli

Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression.

The specification of the Brotli Compressed Data Format is defined in the following internet draft: http://www.ietf.org/id/draft-alakuijala-brotli

Brotli is open-sourced under the MIT License, see the LICENSE file.

Brotli mailing list: https://groups.google.com/forum/#!forum/brotli

Build Status