We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

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

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 $n$ over a finite alphabet in time $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(n\log n \log\log n)$. The amount of space used by the algorithm in external memory is $O(n)$ bits. Based on the serial version we also present a shared memory parallel algorithm running in time $O(\frac{n}{p}\max\{\log^2\log n+\log p\})$ on average when $p$ processors are available.
Comments: accepted for publication on MCS in 2014
Subjects: Data Structures and Algorithms (cs.DS)
Cite as: arXiv:1604.06687 [cs.DS]
  (or arXiv:1604.06687v1 [cs.DS] for this version)

Submission history

From: German Tischler [view email]
[v1] Fri, 22 Apr 2016 14:46:01 GMT (45kb)

Link back to: arXiv, form interface, contact.