https://github.com/adamierymenko/huffandpuff
Minimal Huffman coder/decoder
https://github.com/adamierymenko/huffandpuff
Last synced: 17 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-14T18:40:40.000Z (almost 12 years ago)
- Last Synced: 2024-11-14T21:37:58.007Z (6 months ago)
- Language: C
- Size: 111 KB
- Stars: 98
- 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.