Space-efficient RLZ-to-LZ77 conversion
Travis Gagie

TL;DR
This paper presents a space-efficient method for converting RLZ to LZ77 parsing by leveraging a reference sequence and relative parsing, enabling fast construction with minimal space overhead.
Contribution
It introduces a novel algorithm that efficiently converts RLZ to LZ77 parsing using polylogarithmic time and linear space relative to the reference and parse size.
Findings
Conversion time is polylogarithmic in text length.
Space complexity is linear in reference and parse size.
Method improves efficiency over previous approaches.
Abstract
Consider a text prefixed by a reference sequence . We show how, given and the -phrase relative Lempel-Ziv parse of with respect to , we can build the LZ77 parse of in time and total space.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Algorithms and Data Compression · Mathematics, Computing, and Information Processing
