In computing, external memory algorithms or out-of-core algorithms are algorithms that are designed to process data that are too large to fit into a computer’s main memory at once. Such algorithms must be optimized to efficiently fetch and access data stored in slow bulk memory (auxiliary memory) such as hard drives or tape drives, or when memory is on a computer network.

(“External Memory Algorithm” 2021)

See Internal memory algorithm.

Bibliography

“External Memory Algorithm.” 2021. Wikipedia, December. https://en.wikipedia.org/w/index.php?title=External_memory_algorithm&oldid=1059605968.