Skip to content

An optimisation of the data compression algorithm I worked on before, running it in a parallel environment.

Notifications You must be signed in to change notification settings

ujdcodr/Parallel-Data-Compression

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Parallel-Data-Compression

An optimisation of the lossless data compression algorithm I worked on before, running it in a parallel environment.

It includes an implementation of the newly developed algorithm (VaFLE) as well as the Run Length Encoding algorithm, done both in a serial as well as parallel environment using the OpenMP API in C++.

This project was performed only to compare performance of both the compression algorithms, in terms of compression rate as well as time efficiency in both serial and parallel environments.

About

An optimisation of the data compression algorithm I worked on before, running it in a parallel environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%