Balint Erdi

20%
Flag icon
Bélády compared Random Eviction, FIFO, and variants of LRU in a number of scenarios and found that LRU consistently performed the closest to clairvoyance. The LRU principle is effective because of something computer scientists call “temporal locality”: if a program has called for a particular piece of information once, it’s likely to do so again in the near future.
Algorithms to Live By: The Computer Science of Human Decisions
Rate this book
Clear rating
Open Preview