Christian Trott

Results 519 comments of Christian Trott

@masterleinad we need some clear documentation for this, since this in particular is different from how OpenMP works, where chunksize is the number of consecutive iterations given to a single...

I think the comment about extents could be simpler are fair. Part of the problem was trying to work around a number of issues with empty base optimization in MSVC...

Thinking more about this: there was a lot of work on extents, to essentially make the .extent(i) function optimize really well. Without the complication I think you end up with...

Note: with -O3 and GCC 11 it does compile into the same instruction sequence. I just told Mark, I am totally open to entertaining a whole sale replacement on our...

We may rather want to propose something like the maybe_static_array in my new extents implementation. see: #212

I don't even know what conan is ... I am planning to tag a new release soon as 1.0. Just working through some outstanding issues.

Not sure how this is possible. Isn't structured bindings always giving back the member thingies? (updated link for your exmaple btw: https://godbolt.org/z/bzTPb7K5Y)

I think this is not an issue anymore