26 Mar
2021
26 Mar
'21
10:11 a.m.
On Fri, 26 Mar 2021 at 04:54, Andrzej Krzemienski via Boost
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.