Archive for LRU cache

LRU Cache In Javascript

Jun 08, 2010 2 Comments by Mahdi Pedram

About two weeks ago, I was questioned about a LRU ( least recently used ) Cache in javascript , so I started doing some research on it and apparently I found a good idea to implement that . now the question is what is a LRU cache and why would we need it .
well basically [...]

Coder, LRU cache, javascript Read more