MultiScaleArrays.jl
MultiScaleArrays.jl copied to clipboard
Fast path for broadcasting with an array
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.
With the improved broadcast, arrays still get the fallback. It should somehow recursively make views