deflate-algorithm
There are 19 repositories under deflate-algorithm topic.
sile/libflate
A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
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 文件的格式。
Bsm-B/Stm32-FatFs-Gzip
This project offers a simplified compressor that produces Gzip-compatible output with small resources for microcontrollers and edge computers. He uses the very basic LZ77 compression algorithm and static Deflate Huffman tree encoding to compress / decompress data into Gzip files.
microsoft/preflate-rs
Library to losslessly re-compress DEFLATE data (zlib, zip, docx, pdf, png, etc)
fehmisener/LZ77-and-Deflate-Compressor
This project is about the implementation of the LZ77 and Deflate COMPRESSION algorithm.
jude-peel/gzip
A gzip decoder written from scratch in Rust.
davecom/nflate
Naive implementation of DEFLATE in C for decompressing gzip files (RFC 1951, RFC 1952).
edvujic/LZ77-DEFLATE-Compression
DEFLATE combines the LZ77 algorithm and Huffman Coding to achieve high compression ratios. This project is designed to be a straightforward and practical resource for anyone looking to understand or utilize DEFLATE compression in their applications.
sakshamsachdeva/File-Archive
An android based application to extract, compress & encrypt any type of file. DEFLATE Compression method is used. Advanced Encryption Standard is used with 256 bit encryption key.
bryanvanhuyneghem/UGhent_Advanced-Algorithms
Labs for the Advanced Algorithms course
edw4rdyao/balloon
Balloon (A file compress&uncompress program developed by cpp), using deflate&inflate algorithm(https://zlib.net/feldspar.html), which is used by zlib(https://zlib.net/) and gzip(http://www.gzip.org/) file format.
mohamedrezk122/deflate-compression-algorithm
DEFLATE Compression/Decompression Algorithm Implementation
tbturk/DEFLATE-LZ77-Difference
Karakter tabanlı LZ77 ve DEFLATE sıkıştırma algoritmaları arasındaki farkları gösteren C tabanlı uygulama.
ArseniiStratiuk/Deflate-Implementation
A Python implementation of the DEFLATE compression algorithm featuring LZ77 and Huffman coding, with benchmarking and testing utilities.
emagood/CompressGodot
Compress Godot uses an array and the compress method, several comprehension methods
kodesh87/deflate-algorithm
an Implementation of Deflate compression algorithm using Java Programming Language.
maxpat78/zlipy
A zlib-like project in pure Python (almost)
Tardimgg/dzip
Archiver for file compression
unikraft/lib-libdeflate
Library for fast, whole-buffer DEFLATE-based compression and decompression