Skip to content

Long time convertion arrays #23

@DylanMMarques

Description

@DylanMMarques

Hello,

Thanks again for this package!

When converting arrays from dotNET julia array, I am using the function collect. However, the function takes a long time to run for an array conversion:

arr = T"System.Array".CreateInstance(T"System.Byte", 1024 * 1240)
@time collect(arr) 
# 3.537783 seconds (38.09 M allocations: 1.335 GiB, 9.71% gc time)

Is there a faster way to convert the arrays?

Thanks,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions