|
|
|
|
|
by delhanty
3282 days ago
|
|
Does anybody have any data on whether external sorting [1] is the way to go these days for CPU based sorts? That is, use quicksort for chunks up to the size of the L1/L2/L3 cache (depending on benchmarking) and then mergesort the chunks. [1] https://en.wikipedia.org/wiki/External_sorting |
|