concurrencykit / ck

Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
http://concurrencykit.org/
Other
2.35k stars 312 forks source link

CK in userspace #154

Closed maisheri closed 4 years ago

maisheri commented 4 years ago

Hi All,

Have we tried to use the CK for userspace applications ? Any feedback/insights in this direction would be of great help!

maisheri

sbahra commented 4 years ago

Hi,

Yes, CK is used on many. I suggest using the Google Group (https://groups.google.com/forum/#!forum/concurrencykit) for support questions! Folks will be able to help better there. We use issues here primarily for tracking bugs and similar.