Antisequential Suffix Sorting for BWT-Based Data Compression

  • Authors:
  • Dror Baron;Yoram Bresler

  • Affiliations:
  • IEEE;IEEE

  • Venue:
  • IEEE Transactions on Computers
  • Year:
  • 2005

Quantified Score

Hi-index 14.98

Visualization

Abstract

Suffix sorting requires ordering all suffixes of all symbols in an input sequence and has applications in running queries on large texts and in universal lossless data compression based on the Burrows Wheeler transform (BWT). We propose a new suffix lists data structure that leads to three fast, antisequential, and memory-efficient algorithms for suffix sorting. For a {\rm length}{\hbox{-}}N input over a {\rm size}{\hbox{-}}|{\cal X}| alphabet, the worst-case complexities of these algorithms are \Theta(N^2), O(|{\cal X}|N\log({\frac{N}{|{\cal X}|}})), and O(N\sqrt{|{\cal X}|\log({\frac{N}{|{\cal X}|}})}), respectively. Furthermore, simulation results indicate performance that is competitive with other suffix sorting methods. In contrast, the suffix sorting methods that are fastest on standard test corpora have poor worst-case performance. Therefore, in comparison with other suffix sorting methods, suffix lists offer a useful trade off between practical performance and worst-case behavior. Another distinguishing feature of suffix lists is that these algorithms are simple; some of them can be implemented in VLSI. This could accelerate suffix sorting by at least an order of magnitude and enable high-speed BWT-based compression systems.