Scientific computing and parallel computing C++23/C++26
Ola Fosheim Grøstad
ola.fosheim.grostad at gmail.com
Thu Jan 13 09:40:15 UTC 2022
On Thursday, 13 January 2022 at 03:56:00 UTC, bachmeier wrote:
> platform isn't going to matter. There are lots of pieces here
> and there in our community, but it's going to take some effort
> to (a) make it easy to use the different parts together, (b)
> document everything, and (c) write the missing pieces.
What C++ seems to do for (a) is adding a library construct for
fully configurable multidimensional non-owning slices
(```mdspan```).
More information about the Digitalmars-d
mailing list