brotli
Compression algorithm
A compression algorithm that combines multiple techniques to achieve high compression ratios
Brotli compression format
14k stars
332 watching
1k forks
Language: TypeScript
last commit: 2 days ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
andybalholm/brotli | A pure Go implementation of the Brotli compression algorithm. | 624 |
google/zopfli | A compression library that provides a fast but slow compression algorithm based on deflate or zlib. | 3,429 |
dropbox/rust-brotli | A Rust implementation of the Brotli compression algorithm with a no-stdlib focus. | 818 |
mfeckie/ember-cli-deploy-brotli | A plugin that integrates brotli compression into an Ember.js application deployment pipeline. | 7 |
foliojs/brotli.js | A JavaScript implementation of the Brotli compression algorithm | 502 |
opencomputeproject/project-zipline | Develops a lossless data compression format suitable for cloud datasets | 281 |
inikep/lizard | An efficient compression algorithm with fast decompression speed | 655 |
emmanuel-marty/zultra | A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. | 27 |
kspalaiologos/bzip3 | A high-performance compression algorithm with improved features over its predecessor BZip2. | 690 |
flanglet/kanzi-cpp | A C++ implementation of a fast and efficient lossless data compression algorithm with support for multi-threading and modular design. | 137 |
klauspost/compress | Provides various compression algorithms in pure Go. | 4,788 |
ende76/brotli-rs | A Rust implementation of Brotli decompression | 63 |
deno-libs/http_compression | A middleware library that compresses HTTP responses using gzip, deflate, and brotli algorithms. | 38 |
google/jpegli | A JPEG encoder and decoder implementation with improved features and optimizations for image compression and decompression. | 126 |
mozilla/mozjpeg | An improved JPEG encoder that optimizes compression efficiency and visual quality. | 5,477 |