GitHub topics: deflate-algorithm
microsoft/preflate-rs
Library to decompress DEFLATE compressed data and recreate it exactly bit-for-bit. Useful for transparently recompressing with a better algorithm.
Language: Rust - Size: 25.6 MB - Last synced at: about 8 hours ago - Pushed at: 3 days ago - Stars: 12 - Forks: 8

sile/libflate
A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
Language: Rust - Size: 412 KB - Last synced at: 6 days ago - Pushed at: about 1 year ago - Stars: 183 - Forks: 35

jude-peel/gzip
A gzip decoder written from scratch in Rust.
Language: Rust - Size: 10.7 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 5 - Forks: 0

maxpat78/zlipy
A zlib-like project in pure Python (almost)
Language: Python - Size: 42 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

elshorbagyx/deflate-compression-algorithm
DEFLATE Compression/Decompression Algorithm Implementation
Language: C++ - Size: 941 KB - Last synced at: 30 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

emagood/CompressGodot
Compress Godot uses an array and the compress method, several comprehension methods
Language: GDScript - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

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.
Language: C - Size: 765 KB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 21 - Forks: 1

davecom/nflate
Naive implementation of DEFLATE in C for decompressing gzip files (RFC 1951, RFC 1952).
Language: C - Size: 900 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

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.
Language: C++ - Size: 390 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

WangXuan95/FPGA-Gzip-compressor
FPGA-based GZIP (deflate) compressor. Input raw data and output standard GZIP format (as known as .gz file format). 基于 FPGA 的流式 GZIP 压缩器。输入原始数据,输出标准的 GZIP 格式,即常见的 .gz / .tar.gz 文件的格式。
Language: Verilog - Size: 1.15 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 51 - Forks: 9

unikraft/lib-libdeflate
Library for fast, whole-buffer DEFLATE-based compression and decompression
Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

aminjahanpour/deflate_compression_python
this is a pure python implementation of Deflate algorithm
Language: Python - Size: 24.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

fehmisener/LZ77-and-Deflate-Compressor
This project is about the implementation of the LZ77 and Deflate COMPRESSION algorithm.
Language: C - Size: 381 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 8 - Forks: 1

Tardimgg/dzip
Archiver for file compression
Language: Rust - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

uniqcode87/deflate-algorithm
an Implementation of Deflate compression algorithm using Java Programming Language.
Language: Java - Size: 3.13 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

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.
Language: Java - Size: 465 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

bryanvanhuyneghem/UGhent_Advanced-Algorithms
Labs for the Advanced Algorithms course
Language: C++ - Size: 53 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

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.
Language: C++ - Size: 1.79 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

tbturk/DEFLATE-LZ77-Difference
Karakter tabanlı LZ77 ve DEFLATE sıkıştırma algoritmaları arasındaki farkları gösteren C tabanlı uygulama.
Language: C - Size: 147 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 1
