15/11/2016
http://mcicpc.cs.atu.edu/archives/2012/mcpc2012/lru/lru.html
Your thoughts and insights on this are welcome :)
Forwarded by Samit Watve
When accessing large amounts of data is deemed too slow, a common speed up technique is to keep a small amount of the data in a more accessible location known as a cache. The first time a particular piece of data is accessed, the slow method must be used. However, the data is then stored in the cach...