Algorithms and Data Structures for External Memory (Foundations and Trends® in Theoretical Computer Science)

個数:

Algorithms and Data Structures for External Memory (Foundations and Trends® in Theoretical Computer Science)

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 192 p.
  • 言語 ENG
  • 商品コード 9781601981066
  • DDC分類 005.73

Full Description

Data sets in large applications are often too massive to fit completely inside the computer's internal memory. The resulting input/output communication (or I/O) between fast internal memory and slower external memory (such as disks) can be a major performance bottleneck.

Algorithms and Data Structures for External Memory surveys the state of the art in the design and analysis of external memory (or EM) algorithms and data structures, where the goal is to exploit locality in order to reduce the I/O costs. A variety of EM paradigms are considered for solving batched and online problems efficiently in external memory.

The book describes several useful paradigms for the design and implementation of efficient EM algorithms and data structures. The problem domains considered include sorting, permuting, FFT, scientific computing, computational geometry, graphs, databases, geographic information systems, and text and string processing. It is an invaluable reference for anybody interested in, or conducting research in the design, analysis, and implementation of algorithms and data structures.

Contents

1: Introduction 2: Parallel Disk Model (PDM) 3: Fundamental I/O Operations and Bounds 4: Exploiting Locality and Load Balancing 5: External Sorting and Related Problems 6: Lower Bounds and I/O 7: Matrix and Grid Computations 8: Batched Problems in Computational Geometry 9: Batched Problems on Graphs 10: External Hashing for Online Dictionary Search 11: Multiway Tree Data Structures 12: Spatial Data Structures and Range Search 13: Dynamic and Kinetic Data Structures 14: String Processing 15: Compressed Data Structures 16: Dynamic Memory Allocation 17: External Memory Programming Environments. Conclusions. Notations and Acronyms. References