A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
-
Updated
Apr 30, 2024 - Rust
A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
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 文件的格式。
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.
This project is about the implementation of the LZ77 and Deflate COMPRESSION algorithm.
Library to decompress DEFLATE compressed data and recreate it exactly bit-for-bit. Useful for transparently recompressing with a better algorithm.
A gzip decoder written from scratch in Rust.
Naive implementation of DEFLATE in C for decompressing gzip files (RFC 1951, RFC 1952).
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.
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.
Karakter tabanlı LZ77 ve DEFLATE sıkıştırma algoritmaları arasındaki farkları gösteren C tabanlı uygulama.
DEFLATE Compression/Decompression Algorithm Implementation
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.
Labs for the Advanced Algorithms course
Compress Godot uses an array and the compress method, several comprehension methods
Archiver for file compression
an Implementation of Deflate compression algorithm using Java Programming Language.
Library for fast, whole-buffer DEFLATE-based compression and decompression
Add a description, image, and links to the deflate-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the deflate-algorithm topic, visit your repo's landing page and select "manage topics."