i know how LFU and FIFO work...but in the memory schedule (the arrangement)
for MRU i do not know...
in my reference book .. only explain what is MRU.
can anyone tell me how MRU works????
thank you.
MRU is Most Recently Used, which is what a STACK is.
Push 1
Push 2
Push 3
Pop --> 3
In memory systems, the idea is that the memory most recently used is that which is most likely to be used again.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.