Check out my first novel, midnight's simulacra!

LRUmap: Difference between revisions

From dankwiki
(Created page with 'O(1)-time LRU which grows more space-efficient as the number of LRU sets increases.')
 
No edit summary
Line 1: Line 1:
O(1)-time LRU which grows more space-efficient as the number of LRU sets increases.
O(1)-time LRU which grows more space-efficient as the number of LRU sets increases, introduced by [[File:Cs7260final.pdf|this paper]] from [[Grad school|CS7260]], spring 2010.

Revision as of 05:46, 10 May 2010

O(1)-time LRU which grows more space-efficient as the number of LRU sets increases, introduced by File:Cs7260final.pdf from CS7260, spring 2010.