Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adamierymenko/huffandpuff

Minimal Huffman coder/decoder
https://github.com/adamierymenko/huffandpuff

Last synced: 28 days ago
JSON representation

Minimal Huffman coder/decoder

Awesome Lists containing this project

README

        

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.