AbstractThe Sleator-Tarjan competitive analysis of paging (Comm. ACM28 (1985), 202-208) gives us the ability to make strong theoretical statements about the performance of paging algorithms without making probabilistic assumptions on the input. Nevertheless practitioners voice reservations about the model, citing its inability to discern between LRU and FIFO (algorithms whose performances differ markedly in practice), and the fact that the theoretical comptitiveness of LRU is much larger than observed in practice, In addition, we would like to address the following important question: given some knowledge of a program′s reference pattern, can we use it to improve paging performance on that program? We address these concerns by introducing a...
In evaluating an algorithm, worst-case analysis can be overly pessimistic. Average-case analysis can...
AbstractThe relative worst-order ratio, a relatively new measure for the quality of on-line algorith...
Paging is one of the prominent problems in the field of on-line algorithms. While in the determinist...
AbstractMotivated by the fact that competitive analysis yields too pessimistic results when applied ...
In this paper we explore the effects of locality on the performance of paging algorithms. Traditiona...
It has been experimentally observed that LRU and variants thereof are the preferred strategies for o...
Recall our three goals for the mathematical analysis of algorithms — the Explanation Goal, the Compa...
Paging (caching) is the problem of managing a two-level memory hierarchy in order to minimize the ti...
AbstractThe paging problem is defined as follows: we are given a two-level memory system, in which o...
It is well known that competitive analysis yields too pessimistic re-sults when applied to the pagin...
We present a competitive analysis of the LRFU paging algorithm, a hybrid of the LRU (Least Recently...
It has been experimentally observed that LRU and variants thereof are the preferred strategies for ...
The paging problem is defined as follows: we are given a two-level memory system, in which one level...
The paging problem is that of deciding which pages to keep in a memory of k pages in order to minimi...
We tackle the problem of online paging on two level memories with arbitrary associativity (including...
In evaluating an algorithm, worst-case analysis can be overly pessimistic. Average-case analysis can...
AbstractThe relative worst-order ratio, a relatively new measure for the quality of on-line algorith...
Paging is one of the prominent problems in the field of on-line algorithms. While in the determinist...
AbstractMotivated by the fact that competitive analysis yields too pessimistic results when applied ...
In this paper we explore the effects of locality on the performance of paging algorithms. Traditiona...
It has been experimentally observed that LRU and variants thereof are the preferred strategies for o...
Recall our three goals for the mathematical analysis of algorithms — the Explanation Goal, the Compa...
Paging (caching) is the problem of managing a two-level memory hierarchy in order to minimize the ti...
AbstractThe paging problem is defined as follows: we are given a two-level memory system, in which o...
It is well known that competitive analysis yields too pessimistic re-sults when applied to the pagin...
We present a competitive analysis of the LRFU paging algorithm, a hybrid of the LRU (Least Recently...
It has been experimentally observed that LRU and variants thereof are the preferred strategies for ...
The paging problem is defined as follows: we are given a two-level memory system, in which one level...
The paging problem is that of deciding which pages to keep in a memory of k pages in order to minimi...
We tackle the problem of online paging on two level memories with arbitrary associativity (including...
In evaluating an algorithm, worst-case analysis can be overly pessimistic. Average-case analysis can...
AbstractThe relative worst-order ratio, a relatively new measure for the quality of on-line algorith...
Paging is one of the prominent problems in the field of on-line algorithms. While in the determinist...