We show that there exists a spectrum of block replacement policies that subsumes both the Least Recently Used (LRU) and the Least Frequently Used (LFU) policies. The spectrum is formed according to how much more weight we give to the recent history than to the older history, and is referred to as the LRFU (Least Recently/Frequently Used) policy. Unlike many previous policies that use limited history to make block replacement decisions, the LRFU policy uses the complete reference history of blocks recorded during their cache residency. Nevertheless, the LRFU requires only a few words for each block to maintain such history. This paper also describes an implementation of the LRFU that again subsumes the LRU and LFU implementations. The LRFU p...
The sensitivity of a cache replacement policy expresses to what extent the execution history may inf...
This thesis describes a model used to analyze the replacement decisions made by LRU and OPT (Least-R...
International audienceRecent works on Information Centric Networking enable the exploitation of the ...
A spectrum of block replacement policies called LRFU (Least Recently/Frequently Used) is proposed fo...
Efficient and effective buffering of disk blocks in main memory is critical for better file system p...
Replacement Policies play a crucial part in different aspects of today’s high performance computing ...
In this paper, we propose a new block selection policy for Last-Level Caches (LLCs) that decides, ba...
Recently, a new block replacement policy called the LRFU (Least Recently/Frequently Used) policy was...
Caching is widely recognized as an effective mechanism for improving the performance of the World Wi...
Caching techniques have been used to improve the performance gap of storage hierarchies in computin...
We investigate a widely popular Least-Recently-Used (LRU) cache replacement algorithm with semi-Mark...
Block replacement refers to the process of selecting a block of data or a cache line to be evicted o...
In a 2002 paper, Che and co-authors proposed a simple approach for estimating the hit rates of a cac...
To overcome the speed gap between processors and disks, many computer systems utilize buffer cache l...
To reduce the latency of accessing backend servers, today\u27s web services usually adopt in-memory ...
The sensitivity of a cache replacement policy expresses to what extent the execution history may inf...
This thesis describes a model used to analyze the replacement decisions made by LRU and OPT (Least-R...
International audienceRecent works on Information Centric Networking enable the exploitation of the ...
A spectrum of block replacement policies called LRFU (Least Recently/Frequently Used) is proposed fo...
Efficient and effective buffering of disk blocks in main memory is critical for better file system p...
Replacement Policies play a crucial part in different aspects of today’s high performance computing ...
In this paper, we propose a new block selection policy for Last-Level Caches (LLCs) that decides, ba...
Recently, a new block replacement policy called the LRFU (Least Recently/Frequently Used) policy was...
Caching is widely recognized as an effective mechanism for improving the performance of the World Wi...
Caching techniques have been used to improve the performance gap of storage hierarchies in computin...
We investigate a widely popular Least-Recently-Used (LRU) cache replacement algorithm with semi-Mark...
Block replacement refers to the process of selecting a block of data or a cache line to be evicted o...
In a 2002 paper, Che and co-authors proposed a simple approach for estimating the hit rates of a cac...
To overcome the speed gap between processors and disks, many computer systems utilize buffer cache l...
To reduce the latency of accessing backend servers, today\u27s web services usually adopt in-memory ...
The sensitivity of a cache replacement policy expresses to what extent the execution history may inf...
This thesis describes a model used to analyze the replacement decisions made by LRU and OPT (Least-R...
International audienceRecent works on Information Centric Networking enable the exploitation of the ...