Is there a concurrent container library for C++
- by Lirik
I'm looking for implementations of lock-free containers:
Blocking Queue
Blocking Stack
Hash Map
etc...
Are there any good libraries out there? I would like to refrain from writing these data structures... I would much rather use something that has been tested by the community.