Skip to content

Defl8 is a DEFLATE-based compression and decompression that use Huffman and LZ78.

Notifications You must be signed in to change notification settings

IgnacioUtrilla/defl8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEFL8

Defl8 is a DEFLATE-based compression and decompression that use Huffman and LZ78.

Compile (only Linux environment)

cd defl8
sh tools/build.sh

Usage

Compression

# ./defl8 -c input-file output-file.defl8

Decompression

# ./defl8 -d input-file.defl8 output-file

About

Defl8 is a DEFLATE-based compression and decompression that use Huffman and LZ78.

Topics

Resources

Stars

Watchers

Forks