Check out my first novel, midnight's simulacra!

LRUmap: Difference between revisions

From dankwiki
No edit summary
No edit summary
Line 2: Line 2:


Source code can be found at GitHub: http://github.com/dankamongmen/lrumap.
Source code can be found at GitHub: http://github.com/dankamongmen/lrumap.
[[Category: Projects]]

Revision as of 07:43, 18 May 2010

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

Source code can be found at GitHub: http://github.com/dankamongmen/lrumap.