]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/BrotliCustomDecompressLib/README.md
MdeModulePkg/BrotliCustomDecompressLib: Make brotli a submodule
[mirror_edk2.git] / MdeModulePkg / Library / BrotliCustomDecompressLib / README.md
diff --git a/MdeModulePkg/Library/BrotliCustomDecompressLib/README.md b/MdeModulePkg/Library/BrotliCustomDecompressLib/README.md
deleted file mode 100644 (file)
index 01848ad..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-### Introduction\r
-\r
-Brotli is a generic-purpose lossless compression algorithm that compresses data\r
-using a combination of a modern variant of the LZ77 algorithm, Huffman coding\r
-and 2nd order context modeling, with a compression ratio comparable to the best\r
-currently available general-purpose compression methods. It is similar in speed\r
-with deflate but offers more dense compression.\r
-\r
-The specification of the Brotli Compressed Data Format is defined in [RFC 7932](https://www.ietf.org/rfc/rfc7932.txt).\r
-\r
-Brotli is open-sourced under the MIT License, see the LICENSE file.\r
-\r
-Brotli mailing list:\r
-https://groups.google.com/forum/#!forum/brotli\r
-\r
-[![Build Status](https://travis-ci.org/google/brotli.svg?branch=master)](https://travis-ci.org/google/brotli)\r
-\r
-### Benchmarks\r
-* [Squash Compression Benchmark](https://quixdb.github.io/squash-benchmark/) / [Unstable Squash Compression Benchmark](https://quixdb.github.io/squash-benchmark/unstable/)\r
-* [Large Text Compression Benchmark](http://mattmahoney.net/dc/text.html)\r
-* [Lzturbo Benchmark](https://sites.google.com/site/powturbo/home/benchmark)\r
-\r
-### Related projects\r
-Independent [decoder](https://github.com/madler/brotli) implementation by Mark Adler, based entirely on format specification.\r
-\r
-JavaScript port of brotli [decoder](https://github.com/devongovett/brotli.js). Could be used directly via `npm install brotli`\r