中文

Parallel $\mathcal O(\sqrt n)$ Overhead LSD Radix Sort

数据结构与算法 2026-07-06 v1 数据库

摘要

We present Radsort, a variant of LSD radix sort, sorting data with O(n)\mathcal O(\sqrt n) additional space. Radsort is stable, admits a simple implementation and is easy to parallelise. For arrays exceeding a size of around 2 MiB it outperforms a conventional out-of-place LSD radix sort.

引用

@article{arxiv.2607.05302,
  title  = {Parallel $\mathcal O(\sqrt n)$ Overhead LSD Radix Sort},
  author = {Robert Clausecker and Florian Schintke},
  journal= {arXiv preprint arXiv:2607.05302},
  year   = {2026}
}

备注

16 pages, 6 figures