show/hide this revision's text 3 edited tags
show/hide this revision's text 2 Typos fixed

Does any one anyone know if there are any lock-free container libraries available for .NET ?

Preferably something that is proven to work and faster than the Syncronized Synchronized wrappers we have in .NETNET.

I have found some articles on the .NET, but none of them specify any speed benchmarking, nor do they inspire much confidence in their reliability.

Thanks

show/hide this revision's text 1

Lock free stack and queue in C#

Does any one know if there are any lock-free container libraries available for .NET ?

Preferably something that is proven to work and faster than the Syncronized wrappers we have in .NET

I have found some articles on the .NET, but none of them specify any speed benchmarking, nor do they inspire much reliability.

Thanks