You are visitor number ????? since 29 February 2004

Go to Howard Kaikow's home page

Copyright © 2003-2004 by Howard Kaikow. All rights reserved.

Date: 6 March 2004(Revision of 29 February 2004 version of this document)

Author: Howard Kaikow <kaikow@standards.com>

Subject: Sort Performance Comparison program - Data


Some of the sorting algorithms are very efficient, but a few, such as Bubble Sort, are relatively inefficient.

For example, on a Pentium II 400 with 768MB of memory, using randomly ordered Long data, using version 1.0.0 of the program, I've seen:

There can be a significant difference in the time used by differing implementations of the same algorithm.