An open API service indexing awesome lists of open source software.

https://github.com/erkaman/parle-cuda

A reference implementation of RLE in CUDA
https://github.com/erkaman/parle-cuda

c-plus-plus compression cuda data-compression demo gpgpu gpu parle rle run-length-encoding

Last synced: about 2 months ago
JSON representation

A reference implementation of RLE in CUDA

Awesome Lists containing this project

README

        

An implementation of [Parallel Run-Length Encoding(PARLE)](http://tesla.rcub.bg.ac.rs/~taucet/docs/papers/HIPEAC-ShortPaper-AnaBalevic.pdf) in CUDA

You can read the [details on my blog](https://erkaman.github.io/posts/cuda_rle.html). You can also find benchmarking results there.