Category
page 1External memory algorithms
external sorting
class of sorting algorithms that can handle massive amounts of data
out-of-core algorithm
algorithm to process data that is too large to fit into a computer's main memory at one time, optimized to efficiently fetch and access data stored in slow bulk memory (e.g. hard drives, tape drives, remote network)