An analysis of superscalar sorting algorithms on an R8000 processor

  • Authors:
  • J. L. Larriba-Pey;D. Jimenez;J. J. Navarro

  • Affiliations:
  • -;-;-

  • Venue:
  • SCCC '97 Proceedings of the 17th International Conference of the Chilean Computer Science Society
  • Year:
  • 1997

Quantified Score

Hi-index 0.00

Visualization

Abstract

We compare and analyze different in-memory sorting algorithms to understand their behavior on a superscalar MIPS R8000 processor. We explore Quick sort, Heap sort and an implementation variant of Radix sort that we propose. We compare the methods isolated and combined with Multiway merge and Bucket sort. The combination of methods helps to check for potential use of locality. We describe and analyze the models of the most significant algorithms. Some conclusions can be drawn from this work. First, Radix sort is the fastest algorithm. Second, the use of combined methods does not help to exploit locality. Third, with the help of the models and an analysis of the codes, it is possible to understand that Radix sort is the most promising of the methods studied here for future superscalar architectures.