[lock-free] Re: MPMC atomic queue

2020-01-18 Thread Erez Strauss
Hi Dmitry, Thank you for your reply, I just added the mpmc_queue_pack<> which is a template containing a group of mpmc_queue<>s into a single queue, which gets the mpmc queue to be closer to wait-free. On the mailing list I hope to get feedback, if there are bugs in the code, and comparison

[lock-free] Re: MPMC atomic queue

2020-01-13 Thread Dmitry Vyukov
On Tue, Nov 5, 2019 at 5:48 AM Erez Strauss wrote: > > Hi Dmitry, > > Good morning. > > Thank you for your mpmc queue. > > Recently, I published on github the following MPMC atomic queue. > > https://github.com/erez-strauss/lockfree_mpmc_queue > > It is atomic lockfree queue. > I'll appreciate