Click here to Skip to main content
15,882,017 members
Articles / Programming Languages / C#

A High Performance Multi-Threaded LRU Cache

Rate me:
Please Sign up or sign in to vote.
4.82/5 (15 votes)
3 Feb 2008CPOL5 min read 138.9K   2K   66  
This implementation of an LRU Cache attempts to provide a fast and reliable access to recently used data in a multi-threaded environment.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) NewsGator.com
United States United States
Brian Agnes has been professionally programming for 15 years using a variety of languages. Brian started using C# in 2002 and is a MCAD charter member.

Brian is currently living in Denver Colorado and working as a Senior Developer for NewsGator.com (a leader in RSS aggregation).

Brian has been a regular presenter at local INETA dot net user groups.

Comments and Discussions