Lock free stack and queue in C#

后端 未结 4 848
一向
一向 2020-12-14 00:58

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

Preferably something that is proven to work and faster than the Synchronized wra

4条回答
  •  天涯浪人
    2020-12-14 01:27

    Do you mean the container classes like they exist in the PFX framework (Parallels for .NET), ConcurrentQueue & ConcurrentStack

    Pfx blog

提交回复
热议问题