Skip to content
/ mlzw Public

Minimal implementation of a compression library that first uses LZW to compress the data and then applies a minimal height Huffman encoding using a static dictionary.

Notifications You must be signed in to change notification settings

jlafon/mlzw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Author: Jharrod LaFon
Date: 2011
License: GPL

Minimalistic LZW Compression Library
=====================================

1.  Don't use this code yet.  It's still in development.


About

Minimal implementation of a compression library that first uses LZW to compress the data and then applies a minimal height Huffman encoding using a static dictionary.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages