My favorites | Sign in
Project Logo
                
Search
for
Updated May 11, 2007 by krzysztof.lichota
Introduction  
Introduction to prefetching

Introduction

In todays computer systems the main bottleneck is not CPU but disk access which is several orders of magnitude slower than CPU and memory. In such circumstances the way to improve application performance is to prefetch data it needs from disk before it even requests it and it is the point of prefetching techniques.

The example of prefetching solution is Windows prefetcher.

Articles to read

These articles provide much information about prefetching and are worth reading:

More articles to read is available on Bibliography page.


Sign in to add a comment
Hosted by Google Code