deflate
There are 208 repositories under deflate topic.
klauspost/compress
Optimized Go Compression Packages
expressjs/compression
Node.js compression middleware
zlib-ng/zlib-ng
zlib replacement with optimizations for "next generation" systems.
vurtun/lib
single header libraries for C/C++
rust-lang/flate2-rs
DEFLATE, gzip, and zlib bindings for Rust
miurahr/py7zr
7zip in python3 with ZStandard, PPMd, LZMA2, LZMA1, Delta, BCJ, BZip2, and Deflate compressions, and AES encryption.
dsnet/compress
Collection of compression related Go packages.
tayloraswift/swift-png
decode, inspect, edit, and encode png images in pure swift
mjebrahimi/EasyCompressor
⚡An Easy-to-Use and Optimized compression library for .NET that unified several compression algorithms including LZ4, Snappy, Zstd, LZMA, Brotli, GZip, ZLib, and Deflate. This library aids in Improving Performance by Reducing Memory Usage and Bandwidth Usage. Along with a greate Performance Benchmark between different compression algorithms.
pfalcon/uzlib
Radically unbloated DEFLATE/zlib/gzip compression/decompression library. Can decompress any gzip/zlib data, and offers simplified compressor which produces gzip-compatible output, while requiring much less resources (and providing less compression ratio of course).
mw99/DataCompression
Swift libcompression wrapper as an extension for the Data type (GZIP, ZLIB, LZFSE, LZMA, LZ4, deflate, RFC-1950, RFC-1951, RFC-1952)
guzba/zippy
Pure Nim implementation of deflate, zlib, gzip and zip.
tsolomko/SWCompression
A Swift framework for working with compression, archives and containers.
fastify/fastify-compress
Fastify compression utils
bodgit/sevenzip
Golang library for dealing with 7-zip archives
jibsen/tinf
Tiny inflate library (inflate, gzip, zlib)
jaime-olivares/zipstorer
A Pure C# Class to Store Files in Zip
bisqwit/TinyDeflate
A deflate/gzip decompressor that requires minimal amount of memory to work
tiagohm/restler
Restler is a beautiful and powerful Android app for quickly testing REST API anywhere and anytime.
gildor2/fast_zlib
Heavily optimized zlib compression algorithm
hazae41/foras
WebAssembly port of Deflate, Gzip, and Zlib compression algorithms
WangXuan95/FPGA-Gzip-compressor
An FPGA-based GZIP (Deflate algorithm) compressor, which inputs raw data and outputs standard GZIP format (as known as .gz file format). 基于FPGA的GZIP压缩器。输入原始数据,输出标准的GZIP格式,即常见的 .gz / .tar.gz 文件的格式。
milesgranger/cramjam
Your go-to for easy access to a plethora of compression algorithms, all neatly bundled in one simple installation.
mirage/decompress
Pure OCaml implementation of Zlib.
technikhil314/offline-diff-viewer
A Privacy focused, easy sharable, open source and anonymous tracking diff viewer.
SafeteeWoW/LibDeflate
Pure Lua compressor and decompressor with high compression ratio using DEFLATE/zlib format.
zerkman/zzlib
zip/zlib-compressed file depacking library in Lua
nayuki/Simple-DEFLATE-decompressor
Simple compliant DEFLATE decompressor in Java, Python, C++, TypeScript.
gfx/universal-zopfli-js
JavaScript binding to Zopfli with WebAssembly.
CodeDredd/h3-compression
Adds compression to h3 requests (brotli, gzip, deflate)
MrKrzYch00/zopfli
Advanced Zopfli fork: ZIP support, multi-threading, compression cache (zopfliDB), auto/manual block split, compression and speed control with thread affinity locking and more, experimental switches.
gios/gzipper
CLI for compressing files.
adlerjohn/inflate-sol
Inflate implementation in Solidity.
tomtor/HDL-deflate
FPGA implementation of deflate (de)compress RFC 1950/1951
WangXuan95/TinyZZZ
TinyZZZ includes GZIP, LZ4, ZSTD, LZMA compression algorithms written in C language, unlike the official code, this code mainly focuses on simplicity and easy to understand.
graphform/ratchet
Ratchet is a fast, robust, lightweight and fully asynchronous implementation of RFC6455 (The WebSocket protocol).