Abstract
Given a static reference string R and a source string S, a relative compression of S with respect to R is an encoding of S as a sequence of references to substrings of R. Relative compression schemes are a classic model of compression and have recently proved very successful for compressing highly-repetitive massive data sets such as genomes and web-data. We initiate the study of relative compression in a dynamic setting where the compressed source string S is subject to edit operations. The goal is to maintain the compressed representation compactly, while supporting edits and allowing efficient random access to the (uncompressed) source string. We present new data structures that achieve optimal time for updates and queries while using space linear in the size of the optimal relative compression, for nearly all combinations of parameters. We also present solutions for restricted and extended sets of updates. To achieve these results, we revisit the dynamic partial sums problem and the substring concatenation problem. We present new optimal or near optimal bounds for these problems. Plugging in our new results we also immediately obtain new bounds for the string indexing for patterns with wildcards problem and the dynamic text and static pattern matching problem.
Original language | English |
---|---|
Title of host publication | Proceedings of the 27th International Symposium on Algorithms and Computation (ISAAC 2016) |
Number of pages | 13 |
Publisher | Schloss Dagstuhl - Leibniz-Zentrum für Informatik |
Publication date | 2016 |
Article number | 18 |
ISBN (Print) | 978-3-95977-026-2 |
DOIs | |
Publication status | Published - 2016 |
Event | 27th International Symposium on Algorithms and Computation - Sydney, Australia Duration: 12 Dec 2016 → 14 Dec 2016 Conference number: 27 http://rp-www.cs.usyd.edu.au/~visual/isaac2016/ |
Conference
Conference | 27th International Symposium on Algorithms and Computation |
---|---|
Number | 27 |
Country/Territory | Australia |
City | Sydney |
Period | 12/12/2016 → 14/12/2016 |
Internet address |
Series | Leibniz International Proceedings in Informatics |
---|---|
Volume | 64 |
ISSN | 1868-8969 |
Keywords
- Relative compression
- Dynamic compression
- Dynamic partial sum
- Sub-string concatenation
- External macro compression