Sliding Window Update Using Suffix ArraysDownload PDFOpen Website

2011 (modified: 07 Apr 2026)DCC 2011Readers: Everyone
Abstract: The sliding window (SW) Lempel-Ziv (LZ) 77 algorithms are widely used for universal lossless data compression. The LZ77 encoding component performs repeated substring search. Data structures, such as hash tables and trees have been used for fast search, at the expense of memory usage. Recently, suffix arrays (SA) have been used for dictionary representation and LZ77 decomposition, using less memory than those data structures.
0 Replies

Loading