Possible performance regression in 1.9 / StaticArrays

StaticArray’s excessive code generation was one of the motivations for the linked PR.
We’re still missing a few compiler optimizations, but eventually the compiler should be able to delete the memcpy in many cases, by simply copying pointers instead, yielding better performance than what we had initially.

1 Like