New generation entropy codecs : Finite State Entropy and Huff0
-
Updated
Mar 21, 2024 - C
New generation entropy codecs : Finite State Entropy and Huff0
Compression Benchmark
huffman encoder/decoder
Fast, small, in-memory inflate (zlib, deflate and gzip decompression)
Fast deflate implementation with zopfli-like ratios and a streaming API
A collection of various algorithms to produce length-limited prefix codes
C program written to encode (compress) and decode (decompress) a text file in Huffman Encoding method.
The Huffman library is a simple, pure C99 library for encoding and decoding data using a frequency-sorted binary tree.
The implementation of the Huffman algorithm as a command line utility.
My own implementation of the deflate algoritm
Advanced algorithms and generic data structures in C
Huffman Compression Program
Simple File Compression Program
The DCW stands for Damn Compression Wizard and is basically what it sounds like, a compression app that can compress a text file using Huffman Code (Lossless))
System programming & Algorithm ― Data structures and Algorithms
VIZ Compressor - ASD Uni Project
Add a description, image, and links to the huffman topic page so that developers can more easily learn about it.
To associate your repository with the huffman topic, visit your repo's landing page and select "manage topics."