$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2020-05-23 18:13:12
On 2020-05-23 21:02, degski via Boost wrote:
>
> What about using *std::circular_list,* an end-to-begin-connected
> *std::list ?*
It doesn't suit the initial intention to minimize the number of memory
allocations. And it is less cache-friendly.