petuhovskiy / compress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compress

This is compress utility, which can compress and decompress files.

Build

go build .
file ./compress

Usage

# Get help
./compress

# Compress using Arithmetic coding 
./compress c pushkin.txt cmp.bin ppm

# Compress using best of all (best result, very slow)
./compress c pushkin.txt cmp.bin best

# Decompress
./compress d cmp.bin orig.txt

Run without build

go run main.go c pushkin.txt cmp.bin mock

About

License:MIT License


Languages

Language:Go 100.0%