English

Faster Average Case Low Memory Semi-External Construction of the Burrows-Wheeler Transform

Data Structures and Algorithms 2016-04-25 v1

Abstract

The Burrows Wheeler transform has applications in data compression as well as full text indexing. Despite its important applications and various existing algorithmic approaches the construction of the transform for large data sets is still challenging. In this paper we present a new semi external memory algorithm for constructing the Burrows Wheeler transform. It is capable of constructing the transform for an input text of length nn over a finite alphabet in time O(nlog2logn)O(n\log^2\log n) on average, if sufficient internal memory is available to hold a fixed fraction of the input text. In the worst case the run-time is O(nlognloglogn)O(n\log n \log\log n). The amount of space used by the algorithm in external memory is O(n)O(n) bits. Based on the serial version we also present a shared memory parallel algorithm running in time O(npmax{log2logn+logp})O(\frac{n}{p}\max\{\log^2\log n+\log p\}) on average when pp processors are available.

Keywords

Cite

@article{arxiv.1604.06687,
  title  = {Faster Average Case Low Memory Semi-External Construction of the Burrows-Wheeler Transform},
  author = {German Tischler},
  journal= {arXiv preprint arXiv:1604.06687},
  year   = {2016}
}

Comments

accepted for publication on MCS in 2014

R2 v1 2026-06-22T13:38:41.315Z