Caches: LRU v. random Once upon a time, my computer architecture professormentioned that using a random eviction policy for caches really isn’t so bad. That random eviction isn’t bad can be surprising — if your cache fills up and you have to …
Caches: LRU v. random Once upon a time, my computer architecture professormentioned that using a random eviction policy for caches really isn’t so bad. That random eviction isn’t bad can be surprising — if your cache fills up and you have to …