Note that in the current implementation, working with large
StaticArray
s puts a lot of stress on the compiler, and becomes slower thanBase.Array
as the size increases. A very rough rule of thumb is that you should consider using a normalArray
for arrays larger than 100 elements.
1 Like