deflate-algorithm

There are 15 repositories under deflate-algorithm topic.

  • sile/libflate

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

    Language:Rust17874035
  • 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:Verilog924519
  • 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:C22101
  • fehmisener/LZ77-and-Deflate-Compressor

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

    Language:C12102
  • 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:Rust7315
  • davecom/nflate

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

    Language:C430
  • mohamedrezk122/deflate-compression-algorithm

    DEFLATE Compression/Decompression Algorithm Implementation

    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
  • 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++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
  • tbturk/DEFLATE-LZ77-Difference

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

    Language:C1101
  • kodesh87/deflate-algorithm

    an Implementation of Deflate compression algorithm using Java Programming Language.

    Language:Java0100
  • Tardimgg/dzip

    Archiver for file compression

    Language:Rust10
  • unikraft/lib-libdeflate

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