Sliding window compression algorithm based on suffix array

ZHAO Youqiao,WANG Jian,LU Songfeng,XU Yongkang
DOI: https://doi.org/10.3778/j.issn.1002-8331.2012.15.013
2012-01-01
Abstract:The existing suffix array-based sliding window compression algorithms are inefficient since they will rebuild suffix array for dictionary window after each sliding window. To solve the problem, after analyzing the characteristics of the suffix array in sliding window, a new method of building a suffix array is proposed. Based on the new method, the suffix array just need be rebuilt partly during the execution of the algorithm which makes the efficiency of the presented algorithm improved, and meantime, the compression rate of the algorithm can be maintained. The experiment results show the effectiveness of the proposed algorithm.
What problem does this paper attempt to address?