Is there any advantage of directly using `Memory{T}` over a traditional Array?

FixedSizeArrays.jl uses Memory while conforming to the array interface (and giving you LTS 1.10 compatibility): [ANN] FixedSizeArrays.jl: What Array probably should have been

3 Likes