English

On Longest Repeat Queries Using GPU

Distributed, Parallel, and Cluster Computing 2015-01-28 v1

Abstract

Repeat finding in strings has important applications in subfields such as computational biology. The challenge of finding the longest repeats covering particular string positions was recently proposed and solved by \.{I}leri et al., using a total of the optimal O(n)O(n) time and space, where nn is the string size. However, their solution can only find the \emph{leftmost} longest repeat for each of the nn string position. It is also not known how to parallelize their solution. In this paper, we propose a new solution for longest repeat finding, which although is theoretically suboptimal in time but is conceptually simpler and works faster and uses less memory space in practice than the optimal solution. Further, our solution can find \emph{all} longest repeats of every string position, while still maintaining a faster processing speed and less memory space usage. Moreover, our solution is \emph{parallelizable} in the shared memory architecture (SMA), enabling it to take advantage of the modern multi-processor computing platforms such as the general-purpose graphics processing units (GPU). We have implemented both the sequential and parallel versions of our solution. Experiments with both biological and non-biological data show that our sequential and parallel solutions are faster than the optimal solution by a factor of 2--3.5 and 6--14, respectively, and use less memory space.

Keywords

Cite

@article{arxiv.1501.06663,
  title  = {On Longest Repeat Queries Using GPU},
  author = {Yun Tian and Bojian Xu},
  journal= {arXiv preprint arXiv:1501.06663},
  year   = {2015}
}

Comments

14 pages

R2 v1 2026-06-22T08:13:41.096Z