compress

command module
v0.0.0-...-9e17c52 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 1, 2024 License: GPL-3.0 Imports: 9 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL