Skip to content

Construction of big MArrays from arrays is slow #542

Open
@BeastyBlacksmith

Description

@BeastyBlacksmith

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions