You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Didn't check if a significant performance improvement would be possible, however it crossed my mind that it might possibly make sense to implement the FixedSizeArray copying constructor via copy(::Memory). Right now it dispatches to the converting constructor for AbstractArray.
The text was updated successfully, but these errors were encountered:
Didn't check if a significant performance improvement would be possible, however it crossed my mind that it might possibly make sense to implement the
FixedSizeArray
copying constructor viacopy(::Memory)
. Right now it dispatches to the converting constructor forAbstractArray
.The text was updated successfully, but these errors were encountered: