Member Avatar for kohkohkoh

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.