On-line restricted caching

  • Authors:
  • Mark Brehob;Richard Enbody;Eric Torng;Stephen Wagner

  • Affiliations:
  • Department of Computer Science and Engineering, Michigan State University, East Lasing, MI;Department of Computer Science and Engineering, Michigan State University, East Lasing, MI;Department of Computer Science and Engineering, Michigan State University, East Lasing, MI;Department of Computer Science and Engineering, Michigan State University, East Lasing, MI

  • Venue:
  • Journal of Scheduling - Special issue: On-line algorithm part I
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

We study the on-line caching problem in a restricted cache where each memory item can be placed in only a restricted subset of cache locations. Examples of restricted caches in practice include victim caches, assist caches, and skew caches. To the best of our knowledge, all previous on-line caching studies have considered on-line caching in identical or fully-associative caches where every memory item can be placed in any cache location.In this paper, we focus on companion caches, a simple restricted cache that includes victim caches and assist caches as special cases. Our results show that restricted caches are significantly more complex than identical caches. For example, we show that the commonly studied Least Recently Used algorithm is not competitive unless cache reorganization is allowed while the performance of the First In First Out algorithm is competitive but not optimal. We also present two near optimal algorithms for this problem as well as lower bound arguments.