Simpler and Faster Lempel Ziv Factorization
Data Structures and Algorithms
2013-01-21 v2
Abstract
We present a new, simple, and efficient approach for computing the Lempel-Ziv (LZ77) factorization of a string in linear time, based on suffix arrays. Computational experiments on various data sets show that our approach constantly outperforms the currently fastest algorithm LZ OG (Ohlebusch and Gog 2011), and can be up to 2 to 3 times faster in the processing after obtaining the suffix array, while requiring the same or a little more space.
Cite
@article{arxiv.1211.3642,
title = {Simpler and Faster Lempel Ziv Factorization},
author = {Keisuke Goto and Hideo Bannai},
journal= {arXiv preprint arXiv:1211.3642},
year = {2013}
}