This directory has source code for a crude simulator of prefetching
algorithms for *globally sequential* access patterns.  This stuff is meant to
run off line, using a trace of an access pattern, and printing out the 
actions the predictor would make.  I used it for debugging the code.
Tuning policies, developing policies, etc.  Then I inserted the finished
predictor into the RAPID-Transit testbed to see how it really worked in a
live workload.  Of course that meant making a parallel implementation,etc,
so you'll see a big change from here to there. 

dfk@cs.dartmouth.edu
