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

Fast path for broadcasting with an array

Open ChrisRackauckas opened this issue 7 years ago • 1 comments

When an array is in the broadcast, it falls back to a full indexing form. A better thing to do would be recursive views via @generated functions, but to get v0.7 working this is being skipped over for now.

ChrisRackauckas avatar Jul 31 '18 18:07 ChrisRackauckas

With the improved broadcast, arrays still get the fallback. It should somehow recursively make views

ChrisRackauckas avatar Jan 26 '19 16:01 ChrisRackauckas