项目作者: theduffman100

项目描述 :
A Huffman compression-decompression command-line tool written in C
高级语言: C
项目地址: git://github.com/theduffman100/simple-huffman-encoder-decoder.git
创建时间: 2018-03-19T10:46:49Z
项目社区:https://github.com/theduffman100/simple-huffman-encoder-decoder

开源协议:Apache License 2.0

下载


simple-huffman-encoder-decoder

A Huffman compression-decompression command-line tool written in C.
I submitted this to PSC a while ago.
It always writes a 128-bit encoding table so it will not perform well for small files (this was meant as an example).