• Stars
    star
    94
  • Rank 344,995 (Top 7 %)
  • Language
    C
  • Created almost 11 years ago
  • Updated almost 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Minimal Huffman coder/decoder

huffandpuff

This is an extremely minimal huffman encoder/decoder. It uses no calls at all, not even stdlib/stdio, making it suitable for embedded applications. The supplied Makefile will build a test program.

This is in the public domain and is distributed with NO WARRANTY.