Re: [lock-free] Re: What is the most simple SPSC queue?

2018-12-28 Thread Dmitry Vyukov
On Fri, Dec 28, 2018 at 10:57 AM segn wrote: > > W dniu czwartek, 13 grudnia 2018 07:54:14 UTC+1 użytkownik segn napisał: >> >> Basically I'm looking for implementation of the same queue. In the project, >> the same principle was used for both thread-thread single-direction >> communication

[lock-free] Re: What is the most simple SPSC queue?

2018-12-28 Thread segn
W dniu czwartek, 13 grudnia 2018 07:54:14 UTC+1 użytkownik segn napisał: > Basically I'm looking for implementation of the same queue. In the > project, the same principle was used for both thread-thread > single-direction communication (typical master thread + # of worker > threads; each