most-recently-used
There are 6 repositories under most-recently-used topic.
Dirkster99/MRULib
Implements a WPF/MVVM Control libray (with backend) that manages a MRU (Most Recently Used) list of files
AleksaMCode/cache-simulator
Trace-driven cache memory simulator with LRU, MRU, RR and Belady replacement policies.
digitalheir/scrobble-fm
♾️ The scrobbling alternative that respects your privacy
jElhamm/Virtual-Memory
"Implementation of Virtual Memory available in operating systems"
Deformin/TwoLevelCache
A configurable two-level cache (for caching Objects). Level 1 is memory, level 2 is filesystem. One can specify cache strategies and max sizes of both levels 1 and 2. Three cache replacement policies have been set: Least Frequently Used, Least Recently Used, Most Recently Used.
tushar-c23/PageReplacement_Algorithms
Page replacement algorithms to analyse page fault and belady's anomaly.