English

Implementing the Diverting Fast Radix Algorithm

Data Structures and Algorithms 2022-08-02 v2

Abstract

This paper presents ThielSort, a practical implementation of the Diverting Fast Radix (DFR) Algorithm. The theoretical improvements over classical radix sorts are outlined and implementation details are specified to demonstrate that the algorithm is competitive with the state of the art. The effectiveness of this implementation of the DFR algorithm is shown by considering a variety of standard distributions of data and input sizes.

Cite

@article{arxiv.2207.14334,
  title  = {Implementing the Diverting Fast Radix Algorithm},
  author = {Stuart Thiel and Larry Thiel and Gregory Butler},
  journal= {arXiv preprint arXiv:2207.14334},
  year   = {2022}
}

Comments

Not yet reviewed

R2 v1 2026-06-25T01:18:57.559Z