Huffman compressor/decompressor
-
Updated
Jan 21, 2020 - C
Huffman compressor/decompressor
Jdeflate is a portable C library that implements the DEFLATE compression algorithm, supporting the raw DEFLATE, zlib, and gzip formats.
A standalone repo for Mark Adler's libblast, which is a decompressor for PKWare Data Compression Library (DCL) !!! Migrated to Codeberg 🏔️ !!!
Pokémon G/S/C GFX Xcoder
Naive implementation of DEFLATE in C for decompressing gzip files (RFC 1951, RFC 1952).
C software to compress and archive files with CLI console. (miniz)
Efficient file compressor and decompressor implementing the Huffman algorithm with wide format support.
LZW file compression and decompression in C with hash table optimization
Streaming interface to read/write .lzma and .xz files in Lua
Simple File Compression Program
The Huffman library is a simple, pure C99 library for encoding and decoding data using a frequency-sorted binary tree.
It features a data compression system combining Huffman Coding and Run-Length Encoding (RLE) for efficient text compression. It uses a Min Heap-based Huffman Tree for optimal encoding and a Trie structure for fast decompression. The project includes performance analysis of time and space complexity, offering a memory-efficient solution.
Nintendo DS homebrew: extract ZIP archives from the SD card on-device, with touchscreen password entry
To associate your repository with the decompression topic, visit your repo's landing page and select "manage topics."