Skip to content

ElecTwix/compress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compression

Pure GO Huffman implementation

Usage

// For Encode
./compress -C -i input.txt output.bin

// For Decode
./compress -D -i input.bin output.txt

Stats

with only same char
100mb ->  10kb

fully random char
100mb -> 93mb

executable binary
6mb -> 5.4mb

About

Pure GO Huffman implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages