repositorypackage
0.0.0-20240801164306-9e17c529f8c8
Repository: https://github.com/electwix/compress.git
Documentation: pkg.go.dev
# README
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