aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZoltan Szabadka <szabadka@google.com>2014-10-14 13:08:35 +0200
committerZoltan Szabadka <szabadka@google.com>2014-10-14 13:08:35 +0200
commite8d668f87309aedc4f81dd7dab2ae264602cafb4 (patch)
treeb1f93f493d9467903fb1aaa72ae88f2251b9bf49 /README.md
parent3f655b63de6b88e89d98df6ff3b07dc8233a74ce (diff)
downloadbrotli-e8d668f87309aedc4f81dd7dab2ae264602cafb4.zip
brotli-e8d668f87309aedc4f81dd7dab2ae264602cafb4.tar.gz
brotli-e8d668f87309aedc4f81dd7dab2ae264602cafb4.tar.bz2
Add top-level README file.
Remove brotlispec.txt and add a link to the latest internet-draft instead.
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..17dff07
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+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 Apache License, Version 2.0, see the LICENSE
+file.