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
Following the discussion in this issue an Array is constructed as
Array{T}(undef, shape...)
A SharedArray however is still constructed using
SharedArray{T}(shape...)
Having asked about this on the Discourse forum, @rdeits suggested aligning the SharedArray API to that of general arrays, which seems like a good idea to me.
The text was updated successfully, but these errors were encountered:
Following the discussion in this issue an Array is constructed as
Array{T}(undef, shape...)
A
SharedArray
however is still constructed usingSharedArray{T}(shape...)
Having asked about this on the Discourse forum, @rdeits suggested aligning the
SharedArray
API to that of general arrays, which seems like a good idea to me.The text was updated successfully, but these errors were encountered: