Extension of bwtzip lossless data compression library by means of OpenMP APIs to make it run on multiple cores. The project’s goal was to explore parallelization configurations and perform a speed-up analysis to evaluate the performances increase. University project developed for the course of Advanced Algorithms and Parallel Programming.

Project repository: github.com/nyxgear/bwtzip-openmp

Presentation: Project presentation slides

Technologies: C++, OpenMP, CMake