We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d82753 commit 25f5cfaCopy full SHA for 25f5cfa
1 file changed
awesome-parallel-computing.md
@@ -40,6 +40,7 @@ All the lists in this page are either in alphabetical order or chronological ord
40
- [ConcurrentQueue: A Fast Multi-producer Multi-consumer Lock-free Concurrent Queue in C++](https://github.com/cameron314/concurrentqueue)
41
- [libcds: A C++ library of Concurrent Data Structures](https://github.com/khizmax/libcds)
42
- [ReaderWriterQueue: A Fast Single-producer Single-consumer Lock-free Queue in C++](https://github.com/cameron314/readerwriterqueue)
43
+- [xenium: A C++ library providing various concurrent data structures and reclamation schemes.](https://github.com/mpoeter/xenium)
44
45
#### Coroutine and Fiber
46
0 commit comments