Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adamierymenko/huffandpuff
- Owner: adamierymenko
- Created: 2013-06-06T18:12:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-14T18:40:40.000Z (over 11 years ago)
- Last Synced: 2024-08-04T02:09:30.165Z (4 months ago)
- Language: C
- Size: 111 KB
- Stars: 96
- Watchers: 6
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeCppGameDev - huffandpuff
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.