https://github.com/google/brotli
Brotli compression format
https://github.com/google/brotli
Last synced: 6 days ago
JSON representation
Brotli compression format
- Host: GitHub
- URL: https://github.com/google/brotli
- Owner: google
- License: mit
- Created: 2014-10-09T14:35:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T08:27:28.000Z (21 days ago)
- Last Synced: 2025-04-08T20:07:26.627Z (12 days ago)
- Language: TypeScript
- Homepage:
- Size: 39.7 MB
- Stars: 13,951
- Watchers: 333
- Forks: 1,266
- Open Issues: 86
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - google/brotli - Brotli compression format (TypeScript)
- awesome-repositories - google/brotli - Brotli compression format (TypeScript)
- awesome-bazel - Brotli
README
BROTLI DATA COMPRESSION LIBRARY
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 RFC 7932
https://tools.ietf.org/html/rfc7932Brotli is open-sourced under the MIT License, see the LICENSE file.
Brotli mailing list:
https://groups.google.com/forum/#!forum/brotli