DistributedArrays.jl icon indicating copy to clipboard operation
DistributedArrays.jl copied to clipboard

Memory usage of printing DArrays

Open malmaud opened this issue 10 years ago • 1 comments

Moving from https://github.com/JuliaLang/julia/issues/2771#issuecomment-148172159

malmaud avatar Oct 14 '15 19:10 malmaud

Fundamentally, I think this is a base issue, but it might be simpler to fix here. In general, I don't think that base should think it's okay to scalar index abstract arrays. We could modify the base printing method to copy the chunks into an Array before all the scalar indexing business. We could also redo the printing here but that would be a lot of code duplication.

andreasnoack avatar Aug 05 '16 02:08 andreasnoack