Skip to content

The aim of this project was to compare two compression algorithms of the LZ family. The two chosen lossless compression algorithms were LZ77 and LZ78.

Notifications You must be signed in to change notification settings

pavodev/lz-comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LZ-comparison - LZ77 & LZ78

The aim of this project was to compare two compression algorithms of the LZ family. This project has been developed by pavodev(LZ77) and eliaperrone(LZ78).

Introduction

Day by day the amount of data exchanged is growing and files are increasingly sophisticated and heavy in terms of storage space.

The data compression algorithms have the task of identifying repetitions within any file and replacing these repetitions with codings that can be represented with the smallest possible number of bits while maintaining the possibility of obtaining the original state.

The two lossless compression algorithms we have chosen were LZ77 and LZ78. This choice was made to analyze the differences and performance of two algorithms that are the basis of many data compression software used today, checking how they behave, what is their compression speed and what is the compression factor depending on the type of dictionary that is used: explicit in the case of LZ78 and implicit in that of LZ77.

This project was developed as a partial requirement for the course Algorithms and data structures at the University of Applied Sciences and Arts of Southern Switzerland.

Additional informations

For the complete documentation please check the file LZ-Comparison-IT.pdf or LZ-Comparison-EN.pdf.

About

The aim of this project was to compare two compression algorithms of the LZ family. The two chosen lossless compression algorithms were LZ77 and LZ78.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published