std.xml2 (collecting features)

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Mon May 4 13:35:18 PDT 2015


On 5/4/2015 2:35 AM, "Ola Fosheim =?UTF-8?B?R3LDuHN0YWQi?= 
<ola.fosheim.grostad+dlang at gmail.com>" wrote:
> Wouldn't D-ranges make it impossible to use SIMD optimizations when scanning?

Not at all. Algorithms can be specialized for various forms of input ranges, 
including ones where SIMD optimizations can be used.

Specialization is one of the very cool things about D algorithms.



More information about the Digitalmars-d mailing list