Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

3 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages