$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2021-03-26 10:11:43
On Fri, 26 Mar 2021 at 04:54, Andrzej Krzemienski via Boost
<boost_at_[hidden]> wrote:
>
> This is an interesting observation. In my experience, storing collections
> of ints is a rare case in production code (it is frequent in tests,
> tutorials, books, presentations), maybe this is why arithmetic operators do
> not appear as something practical.
They do appear frequently if you use column-oriented data structures,
which are generally better at dealing with large collections of data.