Contents
Contents
Mental model
Abstraction
The practice of hiding complexity behind a simpler interface, enabling reasoning
I send a newsletter every week — free, no spam, unsubscribe anytime.
— Classic systems literature"LRU exploits temporal locality: the assumption that recently referenced items are more likely to be referenced again." When that holds, it's simple and effective; when it doesn't, adapt or switch policy.
Least Recently Used applied the Belady's Algorithm mental model
Least Recently Used applied the Scale mental model
Least Recently Used applied the Least Recently Used mental model
Least Recently Used applied the Buffer mental model
Least Recently Used applied the Binary Search mental model
Least Recently Used applied the Scheduling & Prioritization mental model