Paging is one of the most prominent problems in the field of online algorithms. We have to serve a sequence of page requests using a cache that can hold up to k pages. If the currently requested page is in cache we have a cache hit, otherwise we say that a cache miss occurs, and the requested page needs to be loaded into the cache. The goal is to minimize the number of cache misses by providing a good page-replacement strategy. This problem is part of memory-management when data is stored in a two-level memory hierarchy, more precisely a small and fast memory (cache) and a slow but large memory (disk). The most important application area is the virtual memory management of operating systems. Accessed pages are either already in the RAM or n...
We study a generalization of the classic paging problem that allows the amount of available memory t...
In the parallel paging problem, there are p processors that share a cache of size k. The goal is to ...
AbstractWe consider a paging problem in which each page is assigned an expiration time at the time i...
Paging is one of the prominent problems in the field of on-line algorithms. While in the determinist...
AbstractThe paging problem is defined as follows: we are given a two-level memory system, in which o...
AbstractMotivated by the fact that competitive analysis yields too pessimistic results when applied ...
We study the writeback-aware caching problem, a variant of classic paging where paging requests that...
This paper studies two methods for improving the competitive efficiency of on-line paging algorithms...
An efficient randomized online algorithm for the paging problem for cache size 2 is given, which is ...
AbstractThis paper studies two methods for improving the competitive efficiency of on-line paging al...
We consider a variant of the online paging problem where the online algorithm may buy additional cac...
We consider a variant of the online paging problem where the online algorithm may buy additional cac...
In evaluating an algorithm, worst-case analysis can be overly pessimistic. Average-case analysis can...
The paging problem is defined as follows: we are given a two-level memory system, in which one level...
AMS subject classi cations. 68N25, 68P01, 68P15, 68Q25, 68W20 PII. S0097539797324278We propose a pro...
We study a generalization of the classic paging problem that allows the amount of available memory t...
In the parallel paging problem, there are p processors that share a cache of size k. The goal is to ...
AbstractWe consider a paging problem in which each page is assigned an expiration time at the time i...
Paging is one of the prominent problems in the field of on-line algorithms. While in the determinist...
AbstractThe paging problem is defined as follows: we are given a two-level memory system, in which o...
AbstractMotivated by the fact that competitive analysis yields too pessimistic results when applied ...
We study the writeback-aware caching problem, a variant of classic paging where paging requests that...
This paper studies two methods for improving the competitive efficiency of on-line paging algorithms...
An efficient randomized online algorithm for the paging problem for cache size 2 is given, which is ...
AbstractThis paper studies two methods for improving the competitive efficiency of on-line paging al...
We consider a variant of the online paging problem where the online algorithm may buy additional cac...
We consider a variant of the online paging problem where the online algorithm may buy additional cac...
In evaluating an algorithm, worst-case analysis can be overly pessimistic. Average-case analysis can...
The paging problem is defined as follows: we are given a two-level memory system, in which one level...
AMS subject classi cations. 68N25, 68P01, 68P15, 68Q25, 68W20 PII. S0097539797324278We propose a pro...
We study a generalization of the classic paging problem that allows the amount of available memory t...
In the parallel paging problem, there are p processors that share a cache of size k. The goal is to ...
AbstractWe consider a paging problem in which each page is assigned an expiration time at the time i...