Wait-free MPSC and MPMC implement in D
Dmitry Olshansky
dmitry.olsh at gmail.com
Tue May 8 17:20:33 UTC 2018
On Tuesday, 8 May 2018 at 04:00:03 UTC, manumaster wrote:
> Is there some implement like this in D ?
>
> https://github.com/pramalhe/ConcurrencyFreaks/blob/master/papers/multilist-2017.pdf
Look for Mecca by Wekka.io team. It has great idustry-grade
lock-free implementations for both. Not very flexible but these
things usually are.
Can’t comment on wait-free property (source doesn’t claim it and
I haven’t looked close enough to prove either way).
https://github.com/weka-io/mecca
More information about the Digitalmars-d
mailing list