https://issues.dlang.org/show_bug.cgi?id=18899
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Nick Treleaven <[email protected]> --- For the record, Andrei wants to solve this by not blitting init for primitive types: https://github.com/dlang/druntime/pull/2126 > memcpy should be an intrinsic Would that allow unrolling loops when the length is known at compile-time? An interim improvement might be to have an array version of std.algorithm.copy in druntime (which phobos then uses internally). --
