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.34k stars 312 forks source link

When is the next release of ConcurrencyKit? #192

Closed yuanxinkun closed 2 years ago

yuanxinkun commented 2 years ago

When is the next release of ConcurrencyKit?

sbahra commented 2 years ago

Most folks are just working off of master or a particular commit. There isn't one planned just yet.

nmeum commented 1 year ago

Most folks are just working off of master or a particular commit.

Hi, just quickly wanted to chime in here: I maintain a concurrencykit package for Alpine Linux and (just like other Linux distributions) we focus on packaging upstream releases and for packaging purposes it would therefore be cool if you could tag a new release at some point.

Thanks for your consideration.