next up previous
Next: Benchmark descriptions Up: CS-740 Project Report Exploring Previous: Debugging innovations

Different Schemes

The different schemes that we implemented fall under two categories. First, there are policies that are simple and widely known like random, LFU (Least Frequently Used), LRU (Least Recently Used) and FIFO (First In First Out). We implemented these to have something against which we can benchmark our implementations of the policies in the second category. In the second category are not too widely used schemes, that we thought could potentially achieve good results. The various schemes in this category are:


next up previous
Next: Benchmark descriptions Up: CS-740 Project Report Exploring Previous: Debugging innovations
Amit K Manjhi 2001-12-04