Skip to content

Commit 25f5cfa

Browse files
committed
Add data structure
1 parent 0d82753 commit 25f5cfa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

awesome-parallel-computing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ All the lists in this page are either in alphabetical order or chronological ord
4040
- [ConcurrentQueue: A Fast Multi-producer Multi-consumer Lock-free Concurrent Queue in C++](https://github.com/cameron314/concurrentqueue)
4141
- [libcds: A C++ library of Concurrent Data Structures](https://github.com/khizmax/libcds)
4242
- [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)
4344

4445
#### Coroutine and Fiber
4546

0 commit comments

Comments
 (0)