Articles

LRU cache implementation in C++:
Article on the C++ implementation of least-recently-used replacement strategy caching. Presents two alternatives using STL and boost containers as a basis. (HTML, PDF).
Visualisations:
Visualisations of some projects.