Skip to content

An implementation of the dictionary-based compression algorithm LZ78

Notifications You must be signed in to change notification settings

AlessandroMartinelli/LZ78

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LZ78

Implementation of one of the most important lossless algorithm for file/stream compression. LZ78 (Lempel-Ziv 1978) is a dictionary based compressor that implements a tree based dictionary built at runtime (Wikipedia).

Features:

  • Tree-based dictionary implemented by means of an open hash table;
  • Both little-endian processor as well as big-endian processor are supported;
  • "User-friendly" command line interface with help menu;
  • Customizable dictionary length (max 4294967296 symbols);

About

An implementation of the dictionary-based compression algorithm LZ78

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published