aaaa | aaaa |
|
a |
|
|||||||
|
|||||||||||
Theoretical Model, Application in Color Quantization and Test Data.
DECEMBER 2015
|
|||||||||||
áááá |
chart
1 The performance of Merge sort algorithm (gray thick line) and Counting sort algorithm (colored thin lines) while sorting random natural numbers. Click image to zoom in. See also memory consumption chart here and test data file here.
|
áááá | áááá |
chart
4 The performance of Hybrid method, combining Merge sort and Counting sort algorithms, while sorting random natural numbers. Click image to zoom in. See also memory consumption chart here and test data file here. |
áááá | ||||||
download the
Paper
download SPARTA_sort.zip
During 4K image color quantization of 24 bit to 8 bit, Merge sort is sorting within the red area, Counting sort within the yellow area and Hybrid method within the blue border, performing 161% faster than Merge sort and 15% faster than Counting sort. All 3 algorithms consume the same amount of temporary memory (64 MB). See also test data here.
|