Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: deflate-algorithm

sile/libflate

A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)

Language: Rust - Size: 412 KB - Last synced: 14 days ago - Pushed: 17 days ago - Stars: 175 - Forks: 35

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: 21 MB - Last synced: 9 days ago - Pushed: about 2 months ago - Stars: 6 - Forks: 3

unikraft/lib-libdeflate

Library for fast, whole-buffer DEFLATE-based compression and decompression

Size: 3.91 KB - Last synced: 29 days ago - Pushed: 7 months ago - Stars: 0 - Forks: 1

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: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

mohamedrezk122/deflate-compression-algorithm

DEFLATE Compression/Decompression Algorithm Implementation

Language: C++ - Size: 941 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 1 - 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: 8 months ago - Pushed: 8 months ago - Stars: 51 - Forks: 9

aminjahanpour/deflate_compression_python

this is a pure python implementation of Deflate algorithm

Language: Python - Size: 24.4 KB - Last synced: 12 months ago - Pushed: 12 months 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: 11 months ago - Pushed: over 3 years ago - Stars: 8 - Forks: 1

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: about 1 year ago - Pushed: over 1 year ago - Stars: 7 - Forks: 1

Tardimgg/dzip

Archiver for file compression

Language: Rust - Size: 8.79 KB - Last synced: 27 days ago - Pushed: 9 months 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: about 1 year ago - Pushed: almost 2 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: about 1 year ago - Pushed: over 3 years ago - Stars: 2 - Forks: 1

bryanvanhuyneghem/UGhent_Advanced-Algorithms

Labs for the Advanced Algorithms course

Language: C++ - Size: 53 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

davecom/nflate

Naive implementation of DEFLATE in C for decompressing gzip files (RFC 1951, RFC 1952).

Language: C - Size: 900 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 2 - 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: about 1 year ago - Pushed: about 2 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: 14 days ago - Pushed: almost 4 years ago - Stars: 1 - Forks: 1