Quick timing: ``` @time MVector{5_000}(rand(5000)) 745.251386 seconds (6.46 M allocations: 310.818 MiB, 0.02% gc time) ``` That is really hurting. From the README and the docs I suspected using `MArrays` is fine for big arrays unlike `SArrays`.