$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [concurrent] Fast, lock-based queue implementation
From: Peter Dimov (lists_at_[hidden])
Date: 2017-06-18 02:26:27
David Stone wrote:
> I have written a new concurrent queue that has a focus on high throughput.
> You can check it out here:
>
> https://github.com/davidstone/concurrent-queue
...
- If C++14 is required, why not use the standard thread/chrono facilities?
- Where can I see the benchmark results? You link to a fork of the
moodycamel repo, but I couldn't find the actual results.