Lempel Ziv Computation In Small Space (LZ-CISS)
Johannes Fischer, Tomohiro I, and Dominik K\"oppl

TL;DR
This paper introduces space-efficient algorithms for Lempel Ziv factorization that operate within near-linear space and time bounds, enabling practical processing of large texts over integer alphabets.
Contribution
It presents the first algorithms for Lempel Ziv factorization that use close to minimal space while maintaining reasonable time complexity.
Findings
Uses $(1+\epsilon) n ext{lg} n + O(n)$ bits of space
Achieves $O(n / ext{epsilon}^2)$ time complexity
Applicable to texts over integer alphabets
Abstract
For both the Lempel Ziv 77- and 78-factorization we propose algorithms generating the respective factorization using bits (for any positive constant ) working space (including the space for the output) for any text of size $n$ over an integer alphabet in time.
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
TopicsAlgorithms and Data Compression · Cellular Automata and Applications · Coding theory and cryptography
