ChunkArraySort

GWRepNate@aol.com
Tue, 3 Sep 1996 10:46:59 -0400

Recently John discovered that ChunkArraySort doesn't sort correctly. This is
due to a slight bug in the C stub code for the comparison callback routine.
Well, an easy solution is to use ArrayQuickSort. It does exactly the same
thing as ChunkArraySort would and does it correctly. It's no easier or harder
to use.

The disadvantage is ArrayQuickSort requires the elements in the chunk array
to be all one size.

Note, if you call ChunkArraySort from assembly it will work correctly.

Nathan