Algorithms for Memory Hierarchies

Algorithms for Memory Hierarchies PDF Author: Ulrich Meyer
Publisher: Springer Science & Business Media
ISBN: 3540008837
Category : Computers
Languages : en
Pages : 443

Get Book Here

Book Description
Algorithms that have to process large data sets have to take into account that the cost of memory access depends on where the data is stored. Traditional algorithm design is based on the von Neumann model where accesses to memory have uniform cost. Actual machines increasingly deviate from this model: while waiting for memory access, nowadays, microprocessors can in principle execute 1000 additions of registers; for hard disk access this factor can reach six orders of magnitude. The 16 coherent chapters in this monograph-like tutorial book introduce and survey algorithmic techniques used to achieve high performance on memory hierarchies; emphasis is placed on methods interesting from a theoretical as well as important from a practical point of view.

Algorithms for Memory Hierarchies

Algorithms for Memory Hierarchies PDF Author: Ulrich Meyer
Publisher:
ISBN: 9783662190630
Category :
Languages : en
Pages : 446

Get Book Here

Book Description


The Fractal Structure of Data Reference

The Fractal Structure of Data Reference PDF Author: Bruce McNutt
Publisher: Springer Science & Business Media
ISBN: 0306470349
Category : Computers
Languages : en
Pages : 144

Get Book Here

Book Description
The architectural concept of a memory hierarchy has been immensely successful, making possible today's spectacular pace of technology evolution in both the volume of data and the speed of data access. Its success is difficult to understand, however, when examined within the traditional "memoryless" framework of performance analysis. The `memoryless' framework cannot properly reflect a memory hierarchy's ability to take advantage of patterns of data use that are transient. The Fractal Structure of Data Reference: Applications to the Memory Hierarchy both introduces, and justifies empirically, an alternative modeling framework in which arrivals are driven by a statistically self-similar underlying process, and are transient in nature. The substance of this book comes from the ability of the model to impose a mathematically tractable structure on important problems involving the operation and performance of a memory hierarchy. It describes events as they play out at a wide range of time scales, from the operation of file buffers and storage control cache, to a statistical view of entire disk storage applications. Striking insights are obtained about how memory hierarchies work, and how to exploit them to best advantage. The emphasis is on the practical application of such results. The Fractal Structure of Data Reference: Applications to the Memory Hierarchy will be of interest to professionals working in the area of applied computer performance and capacity planning, particularly those with a focus on disk storage. The book is also an excellent reference for those interested in database and data structure research.

Linear-time Algorithms in Memory Hierarchies

Linear-time Algorithms in Memory Hierarchies PDF Author: Kenneth W. Regan
Publisher:
ISBN:
Category : Algorithms
Languages : en
Pages : 16

Get Book Here

Book Description


Cache and Memory Hierarchy Design

Cache and Memory Hierarchy Design PDF Author: Steven A. Przybylski
Publisher: Elsevier
ISBN: 0080500595
Category : Computers
Languages : en
Pages : 238

Get Book Here

Book Description
An authoritative book for hardware and software designers. Caches are by far the simplest and most effective mechanism for improving computer performance. This innovative book exposes the characteristics of performance-optimal single and multi-level cache hierarchies by approaching the cache design process through the novel perspective of minimizing execution times. It presents useful data on the relative performance of a wide spectrum of machines and offers empirical and analytical evaluations of the underlying phenomena. This book will help computer professionals appreciate the impact of caches and enable designers to maximize performance given particular implementation constraints.

A Primer on Compression in the Memory Hierarchy

A Primer on Compression in the Memory Hierarchy PDF Author: Somayeh Sardashti
Publisher: Springer Nature
ISBN: 303101751X
Category : Technology & Engineering
Languages : en
Pages : 70

Get Book Here

Book Description
This synthesis lecture presents the current state-of-the-art in applying low-latency, lossless hardware compression algorithms to cache, memory, and the memory/cache link. There are many non-trivial challenges that must be addressed to make data compression work well in this context. First, since compressed data must be decompressed before it can be accessed, decompression latency ends up on the critical memory access path. This imposes a significant constraint on the choice of compression algorithms. Second, while conventional memory systems store fixed-size entities like data types, cache blocks, and memory pages, these entities will suddenly vary in size in a memory system that employs compression. Dealing with variable size entities in a memory system using compression has a significant impact on the way caches are organized and how to manage the resources in main memory. We systematically discuss solutions in the open literature to these problems. Chapter 2 provides the foundations of data compression by first introducing the fundamental concept of value locality. We then introduce a taxonomy of compression algorithms and show how previously proposed algorithms fit within that logical framework. Chapter 3 discusses the different ways that cache memory systems can employ compression, focusing on the trade-offs between latency, capacity, and complexity of alternative ways to compact compressed cache blocks. Chapter 4 discusses issues in applying data compression to main memory and Chapter 5 covers techniques for compressing data on the cache-to-memory links. This book should help a skilled memory system designer understand the fundamental challenges in applying compression to the memory hierarchy and introduce him/her to the state-of-the-art techniques in addressing them.

Large-scale Sorting in Uniform Memory Hierarchies

Large-scale Sorting in Uniform Memory Hierarchies PDF Author: Jeffrey Scott Vitter
Publisher:
ISBN:
Category : Sorting (Electronic computers)
Languages : en
Pages : 12

Get Book Here

Book Description
Abstract: "We present several efficient algorithms for sorting on the uniform memory hierarchy (UMH), introduced by Alpern, Carter, and Feig, and its parallelization P-UMH. We give optimal and nearly-optimal algorithms for a wide range of bandwidth degradations, including a parsimonious algorithm for constant bandwidth. We also develop optimal sorting algorithms for all bandwidths for other versions of UMH and P-UMH, including natural restrictions we introduce called RUMH and P-RUMH, which more closely correspond to current programming languages."

Directions for Memory Hierarchies and Their Components

Directions for Memory Hierarchies and Their Components PDF Author:
Publisher:
ISBN:
Category :
Languages : en
Pages :

Get Book Here

Book Description
The memory hierarchy is usually the largest identifiable part of a computer system and making effective use of it is critical to the operation and use of the system. The levels of such a memory hierarchy are considered and the state of the art and likely directions for both research and development are described. Algorithmic and logical features of the hierarchy not directly associated with specific components are also discussed. Among the problems believed to be the most significant are the following: (a) evaluate the effectiveness of gap filler technology as a level of storage between main memory and disk, and if it proves to be effective, determine how/where it should be used, (b) develop algorithms for the use of mass storage in a large computer system, and (c) determine how cache memories should be implemented in very large, fast multiprocessor systems.

Effective Algorithms for Partitioned Memory Hierarchies in Embedded Systems

Effective Algorithms for Partitioned Memory Hierarchies in Embedded Systems PDF Author: Jason D. Hiser
Publisher:
ISBN:
Category :
Languages : en
Pages : 198

Get Book Here

Book Description


Algorithms and Data Structures for External Memory

Algorithms and Data Structures for External Memory PDF Author: Jeffrey Scott Vitter
Publisher: Now Publishers Inc
ISBN: 1601981066
Category : Computers
Languages : en
Pages : 192

Get Book Here

Book Description
Describes several useful paradigms for the design and implementation of efficient external memory (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.