Map
Index
Random
Help
th

Quote: least recently/frequently used (LRFU) block replacement policy; up to 30% better than LRU; uses linked list and priority heap based on threshold of recency and frequency value

topics > all references > references i-l > QuoteRef: leeD9_1997 , p. abstract



Topic:
data caching
Topic:
memory management by working sets
Topic:
memory management by paging

Quotation Skeleton

Recently, a new block replacement policy called the … provides a spectrum of replacement policies between them. … and present a performance evaluation of the implementation … 30% performance improvement over the LRU block replacement … [p. 107] The LRFU policy associates a value with … likelihood that the block will be referenced in … [sum (1/2)^.lambda.x where x is the time span from the previous reference.] … [p. 108] [The threshold] policy allows us to limit the … d_threshold blocks in the heap can have a … [Implemented via a linked list and a priority heap of d_threshold blocks]   Google-1   Google-2

Copyright clearance needed for quotation.


Related Topics up

Topic: data caching (28 items)
Topic: memory management by working sets (18 items)
Topic: memory management by paging (23 items)

Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.