MPMCQueue.NET
MPMCQueue.NET copied to clipboard
Compare then Compare And Swap
Performance doesn't change for few parallel threads but it could help a lot for many parallel threads because CAS doesn't scale well. Need to test it on multi socket system.