On 18.12.14 14:50, Steven Schveighoffer wrote:
> I wonder how your code compares to this:
> 
> void append(T)(ref T[] arr, T[] args...)
> {
>     arr ~= args;
> }

This is ~20% slower for ints, but it difference  increases for bigger structs.

Reply via email to