Skip to content

Lempel-Ziv-Storer-Szymansk compression algorithm optimized for GPUs (using CUDA or OpenCL) and CPU (using SPar)

Latest
Compare
Choose a tag to compare

This repository has the parallel and sequential implementations for the Lempel-Ziv-Storer-Szymanski (LZSS) data compression applications. We introduced stream parallelism for CPU (using SPar) and GPU (using CUDA and OpenCL).