JuliaArrays / PaddedViews.jl

Add virtual padding to the edges of an array
Other
49 stars 9 forks source link

Avoid broadcast in `sym_paddedviews` #45

Closed timholy closed 3 years ago

timholy commented 3 years ago

Broadcasting has more inference problems when the inputs are of heterogenous types.

timholy commented 3 years ago

Thanks for the review! I'll fix up the test coverage before merging.