Title :
A Fast Implementation of Deflate
Author :
Harnik, Danny ; Khaitzin, Ety ; Sotnikov, Dmitry ; Taharlev, Shai
Abstract :
We present a fast implementation of the Deflate protocol that is substantially faster than the fastest version of the Zlib software package, yet maintains full compatibility to the Deflate standard. Our solution outperforms the fastest Zlib version by a factor of 2.6 and higher (in compression time) yet demonstrates only a negligible drop-off in terms of compression ratio. The basic building blocks for our solution are a fast LZ77 compressor (the LZ4 package) and a standard Huffman encoding package (Zlib). In the paper we describe how a non-trivial combination constructed around these building blocks achieves the aforementioned performance and compatibility.
Keywords :
Huffman codes; data compression; standards; Deflate protocol; Deflate standard; LZ4 package; LZ77 compressor; Zlib software package; compression ratio; standard Huffman encoding package; Benchmark testing; Browsers; Encoding; Hardware; Image coding; Software; Standards; Deflate Huffman Lempel-Ziv;
Conference_Titel :
Data Compression Conference (DCC), 2014
Conference_Location :
Snowbird, UT
DOI :
10.1109/DCC.2014.66