C++ / Why Iterators Got It All Wrong
Moritz Maxeiner via Digitalmars-d
digitalmars-d at puremagic.com
Sat Sep 2 19:43:51 PDT 2017
On Sunday, 3 September 2017 at 02:08:20 UTC, Ilya Yaroshenko
wrote:
> On Tuesday, 29 August 2017 at 12:50:08 UTC, Robert M. Münch
> wrote:
>> Maybe of interest:
>> https://www.think-cell.com/en/career/talks/iterators/#1
>>
>> I haven't read everything, so not sure if it worth to take a
>> look.
>
> Iterators has no proper alternative when one need to implement
> generic tensor library like Mir Algorithm [1].
Out of curiosity: Could you elaborate on what the issues are with
using a range based API internally (if it's performance, the
"why")?
More information about the Digitalmars-d
mailing list