-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
Labels
No labels