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: about 1 month ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
andybalholm/brotli | A pure Go implementation of the Brotli compression algorithm. | 629 |
google/zopfli | A compression library that provides a fast but slow compression algorithm based on deflate or zlib. | 3,440 |
dropbox/rust-brotli | A Rust implementation of the Brotli compression algorithm with a no-stdlib focus. | 819 |
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 | 504 |
opencomputeproject/project-zipline | Develops a lossless data compression format suitable for cloud datasets | 282 |
inikep/lizard | An efficient compression algorithm with fast decompression speed | 653 |
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. | 697 |
flanglet/kanzi-cpp | A C++ implementation of a fast and efficient lossless data compression algorithm with support for multi-threading and modular design. | 140 |
klauspost/compress | Provides various compression algorithms in pure Go. | 4,841 |
ende76/brotli-rs | A Rust implementation of Brotli decompression | 62 |
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. | 139 |
mozilla/mozjpeg | An improved JPEG encoder that optimizes compression efficiency and visual quality. | 5,484 |