Lock free stack and queue in C#
Late, but better than never I thought I would add Julian Bucknalls articles to this list. But he does not have performance numbers. In my testing of his structures the list scaled well compared to locking (very low kernel usage compared to ReaderWriterLock). His blog has a series of articles on lock free structures in … Read more