A Fine-Grained Parallel Snappy Decompressor for FPGAs Using a Relaxed Execution Model

Jian Fang,Jianyu Chen,Jinho Lee,Zaid Al-Ars,H. Peter Hofstee
DOI: https://doi.org/10.1109/fccm.2019.00076
2019-01-01
Abstract:Snappy is a widely used (de) compression algorithm in many big data applications. Such a data compression technique has been proven to be successful to save storage space and to reduce the amount of data transmission from/to storage devices. In this paper, we present a fine-grained parallel Snappy decompressor on FPGAs running under a relaxed execution model that addresses the following main challenges in existing solutions. First, existing designs either can only process one token per cycle or can process multiple tokens per cycle with low area efficiency and/or low clock frequency. Second, the high read-after-write data dependency during decompression introduces stalls which pull down the throughput.
What problem does this paper attempt to address?