Skip to content

xavirjk/compression-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huffman Coding

High-performance lossless library for encoding and decoding Files. Recommended for ASCII text files

An easy-to-use text compression C++ library that uses Huffman Codes to encode and decode ASCII text files.

It's Fast and can cause up to 50% decrease in size for ASCII text files.

Table of Contents

Building

Pre built binaries are delivered with the source code. These are located in the prebuilt-binaries folder

To build this application simply run the supplied batch file build.bat A build creates 2 executables in the build folder c-huff.exe and cmpdcp.dll

How It Works

  • The workings of the program have been supplied with the documentation

See Also

About

Lossless utility for encoding and decoding any type of file using Huffman codes. Fast and can cause up to 50% reduction in size for ASCII text files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors