Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/brotli
Brotli compression format
https://github.com/google/brotli
Last synced: 5 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: 2024-12-23T08:49:37.000Z (19 days ago)
- Last Synced: 2025-01-04T07:57:08.625Z (7 days ago)
- Language: TypeScript
- Homepage:
- Size: 35.3 MB
- Stars: 13,705
- Watchers: 332
- Forks: 1,247
- Open Issues: 76
-
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