jfuentes / concurrent-data-structures

Compilation of concurrent data structures with at least lock-free or wait-free properties.
73 stars 16 forks source link

Xenium library #4

Open mpoeter opened 5 years ago

mpoeter commented 5 years ago

You might want to take a look at my xenium library: https://github.com/mpoeter/xenium/

It provides a number of concurrent data structures and reclamation schemes (and more is in WIP or on the todo list).

jfuentes commented 5 years ago

I will take a look. Thanks!