This project implements a high-performance compression and decompression system based on the miniz library.
Two parallel implementations are provided:
- C++ version using a custom thread pool
- OpenMP version using parallel directives
Full details on design, implementation, and benchmarking: docs/report.pdf