Engineering Fast and Space-Efficient Recompression from SLP-Compressed Text
Ankith Reddy Adudodla, Dominik Kempa

TL;DR
This paper introduces a practical, space-efficient method for constructing recompression RLSLP indexes directly from compressed data, significantly improving speed and memory efficiency over previous uncompressed approaches.
Contribution
First implementation of recompression RLSLP construction in compressed time using LZ77-like approximation, enabling scalable and efficient index building.
Findings
Achieves up to 46x speedup over uncompressed methods
Uses 17x less RAM on large datasets
Enables scalable index construction for massive, repetitive texts
Abstract
Compressed indexing enables powerful queries over massive and repetitive textual datasets using space proportional to the compressed input. While theoretical advances have led to highly efficient index structures, their practical construction remains a bottleneck, especially for complex components like recompression RLSLP, a grammar-based representation crucial for building powerful text indexes that support widely used suffix and LCP array queries. In this work, we present the first implementation of recompression RLSLP construction that runs in compressed time, operating on an LZ77-like approximation of the input. Compared to state-of-the-art uncompressed-time methods, our approach achieves up to speedup and lower RAM usage on large, repetitive inputs. These gains unlock scalability to larger datasets and affirm compressed computation as a practical path…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Advanced Data Compression Techniques · Parallel Computing and Optimization Techniques
