2011
DOI: 10.1007/978-3-642-21458-5_4
|View full text |Cite
|
Sign up to set email alerts
|

Lempel-Ziv Factorization Revisited

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
44
0

Year Published

2012
2012
2023
2023

Publication Types

Select...
5
3
1

Relationship

0
9

Authors

Journals

citations
Cited by 51 publications
(44 citation statements)
references
References 15 publications
0
44
0
Order By: Relevance
“…We implemented in C++ the online LZ77 parsing algorithm of Theorem 6 (the source code is available at [22]). There are lots of work for LZ77 parsing (e.g., see [31][32][33][34][35][36][37][38][39][40][41][42][43] and references therein). Among them we choose the ones whose implementations potentially work in the peak RAM usage smaller than n lg σ + n lg n bits and compare with our method.…”
Section: Resultsmentioning
confidence: 99%
“…We implemented in C++ the online LZ77 parsing algorithm of Theorem 6 (the source code is available at [22]). There are lots of work for LZ77 parsing (e.g., see [31][32][33][34][35][36][37][38][39][40][41][42][43] and references therein). Among them we choose the ones whose implementations potentially work in the peak RAM usage smaller than n lg σ + n lg n bits and compare with our method.…”
Section: Resultsmentioning
confidence: 99%
“…Thus, for a LZ76 implementation with linear time and space complexities, a data structure allowing the back referencing of any LZ76 string pattern l i in Oðjl i jÞ time is required. Suitable data structures for this purpose are a suffix tree [34], or a combination of a suffix array and a longest common prefix (LCP) array [35], [36], [37], [38], [39]. Computation of the LZ76 complexity measure with either data structure is straightforward, as it requires a single OðnÞ parsing pass over the input [41].…”
Section: Related Workmentioning
confidence: 99%
“…1 More recently, LZ factorization has been studied by various authors [36][37][38][39][40], with consequent improvement in efficiency and practicality. For our purposes, there are two pertinent facts:…”
Section: Preliminariesmentioning
confidence: 99%