deflate-algorithm

There are 19 repositories under deflate-algorithm topic.

  • sile/libflate

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

    Language:Rust18564034
  • 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 文件的格式。

    Language:Verilog1395531
  • 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:C28101
  • microsoft/preflate-rs

    Library to losslessly re-compress DEFLATE data (zlib, zip, docx, pdf, png, etc)

    Language:Rust17318
  • fehmisener/LZ77-and-Deflate-Compressor

    This project is about the implementation of the LZ77 and Deflate COMPRESSION algorithm.

    Language:C11102
  • jude-peel/gzip

    A gzip decoder written from scratch in Rust.

    Language:Rust6100
  • davecom/nflate

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

    Language:C420
  • 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++3100
  • 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:Java2101
  • bryanvanhuyneghem/UGhent_Advanced-Algorithms

    Labs for the Advanced Algorithms course

    Language:C++1100
  • 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++1131
  • mohamedrezk122/deflate-compression-algorithm

    DEFLATE Compression/Decompression Algorithm Implementation

    Language:C++1100
  • tbturk/DEFLATE-LZ77-Difference

    Karakter tabanlı LZ77 ve DEFLATE sıkıştırma algoritmaları arasındaki farkları gösteren C tabanlı uygulama.

    Language:C1101
  • ArseniiStratiuk/Deflate-Implementation

    A Python implementation of the DEFLATE compression algorithm featuring LZ77 and Huffman coding, with benchmarking and testing utilities.

    Language:Jupyter Notebook00
  • emagood/CompressGodot

    Compress Godot uses an array and the compress method, several comprehension methods

    Language:GDScript0100
  • kodesh87/deflate-algorithm

    an Implementation of Deflate compression algorithm using Java Programming Language.

    Language:Java0100
  • maxpat78/zlipy

    A zlib-like project in pure Python (almost)

    Language:Python10
  • Tardimgg/dzip

    Archiver for file compression

    Language:Rust10
  • unikraft/lib-libdeflate

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