English

Parallel String Sample Sort

Data Structures and Algorithms 2013-05-07 v1 Distributed, Parallel, and Cluster Computing

Abstract

We discuss how string sorting algorithms can be parallelized on modern multi-core shared memory machines. As a synthesis of the best sequential string sorting algorithms and successful parallel sorting algorithms for atomic objects, we propose string sample sort. The algorithm makes effective use of the memory hierarchy, uses additional word level parallelism, and largely avoids branch mispredictions. Additionally, we parallelize variants of multikey quicksort and radix sort that are also useful in certain situations.

Keywords

Cite

@article{arxiv.1305.1157,
  title  = {Parallel String Sample Sort},
  author = {Timo Bingmann and Peter Sanders},
  journal= {arXiv preprint arXiv:1305.1157},
  year   = {2013}
}

Comments

34 pages, 7 figures and 12 tables

R2 v1 2026-06-22T00:12:01.310Z