Skip to content

This is a simply compressor, it implemented lz77 and huffman algorithm

License

Notifications You must be signed in to change notification settings

Eronana/compressor

Repository files navigation

compressor

This is a simply compressor, it implemented lz77 and huffman algorithm

data -> lz77 -> huffman -> save bit stream

It read all data in memory and compress it, so don't compress huge file if you haven't enough memory.

Build

make

Run

./main

Help

./main -h

Test

./test.sh test.txt

About

This is a simply compressor, it implemented lz77 and huffman algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published