Space-Efficient Re-Pair Compression

November 04, 2016 Β· Declared Dead Β· πŸ› Data Compression Conference

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Philip Bille, Inge Li GΓΈrtz, Nicola Prezza arXiv ID 1611.01479 Category cs.DS: Data Structures & Algorithms Citations 23 Venue Data Compression Conference Last Checked 3 months ago
Abstract
Re-Pair is an effective grammar-based compression scheme achieving strong compression rates in practice. Let $n$, $Οƒ$, and $d$ be the text length, alphabet size, and dictionary size of the final grammar, respectively. In their original paper, the authors show how to compute the Re-Pair grammar in expected linear time and $5n + 4Οƒ^2 + 4d + \sqrt{n}$ words of working space on top of the text. In this work, we propose two algorithms improving on the space of their original solution. Our model assumes a memory word of $\lceil\log_2 n\rceil$ bits and a re-writable input text composed by $n$ such words. Our first algorithm runs in expected $\mathcal O(n/Ξ΅)$ time and uses $(1+Ξ΅)n +\sqrt n$ words of space on top of the text for any parameter $0<Ξ΅\leq 1$ chosen in advance. Our second algorithm runs in expected $\mathcal O(n\log n)$ time and improves the space to $n +\sqrt n$ words.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted