Ram-Aditya / Parallel-Data-Compression

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C++ 100.0%