Skip to content

DragosRadut/Lossless-Data-Compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lossless-Data-Compression

Implementation provides an demonstational approach of in use compression methods. Comparative analysis and detailed explanation : Algorithm-Analysis.pdf

Running

make run-huff (Huffman's method)
make run-lz77 (LZ77 method)

Both run rules use run_all.py. Encoded binary files are stored in out directory. Decoded files are stored in decompressed directory. Test are found in in directory.

Other test

in directory contains new_test designed to be replaced for testing individual input:

make run-other (both methods)

Limitations

Huffman Coding

Tested up to 12MB input file size. Some tests may produce first symbols being missed-replaced when decoding. Implementation only works with latin-1 characters.

LZ77

Tested up to 1MB input file size. Compression speed getting exponentially lower with higher input data size.

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy