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

    Language:C#23349
  • AleksaMCode/cache-simulator

    Trace-driven cache memory simulator with LRU, MRU, RR and Belady replacement policies.

    Language:C#13210
  • digitalheir/scrobble-fm

    ♾️ The scrobbling alternative that respects your privacy

    Language:HTML330
  • jElhamm/Virtual-Memory

    "Implementation of Virtual Memory available in operating systems"

    Language:C++1101
  • 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.

    Language:C++0221