Score: 1

Engineering Fast and Space-Efficient Recompression from SLP-Compressed Text

Published: June 13, 2025 | arXiv ID: 2506.12011v1

By: Ankith Reddy Adudodla, Dominik Kempa

Potential Business Impact:

Builds text indexes much faster, using less memory.

Business Areas:
Natural Language Processing Artificial Intelligence, Data and Analytics, Software

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 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 46$\times$ speedup and 17$\times$ lower RAM usage on large, repetitive inputs. These gains unlock scalability to larger datasets and affirm compressed computation as a practical path forward for fast index construction.

Country of Origin
🇺🇸 United States

Page Count
12 pages

Category
Computer Science:
Data Structures and Algorithms