JST科学技術用語日英対訳辞書

独立行政法人科学技術振興機構

調べた例文を記録して、効率よく覚えましょう
Weblio会員無料で登録できます
履歴機能 過去に調べた単語を確認できる
語彙力診断 診断回数が4回に増加
マイ単語帳 便利な学習機能付き
マイ例文帳 文章で意味を理解できる

日英・英日専門用語辞書

日中韓辭典研究所

external sorting

ウィキペディア英語版

出典:Wikipedia

External sorting

出典:『Wikipedia』 (2011/03/12 02:22 UTC 版)

英語による解説

ウィキペディア英語版からの引用
引用

External sorting is a term for a class of sorting algorithms that can handle massive amounts of data. External sorting is required when the data being sorted do not fit into the main memory of a computing device (usually RAM) and instead they must reside in the slower external memory (usually a hard drive). External sorting typically uses a sort-merge strategy. In the sorting phase, chunks of data small enough to fit in main memory are read, sorted, and written out to a temporary file. In the merge phase, the sorted subfiles are combined into a single larger file.

external sortingのページの著作権