Blog
Jon Hanna, Feb 2012A Lock-Free Dictionary
Examining how a hash table-based dictionary can be made thread-safe without the use of locks, in .NET
Examining how a hash table-based dictionary can be made thread-safe without the use of locks, in .NET