On 5/4/2015 2:35 AM, "Ola Fosheim =?UTF-8?B?R3LDuHN0YWQi?= <ola.fosheim.grostad+dl...@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.

Reply via email to