Closed IanButterworth closed 3 years ago
According to the discussion in https://github.com/JuliaArrays/PaddedViews.jl/pull/40#issuecomment-708405516, the inbounds semantic was incorrectly used. I'll need to revert part of #37 and #39 before we tag a new release.
So if we want to achieve optimal performance by skipping inbounds check, it's recommended to operate on parent(A::PaddedArray)
instead. It is a bit ugly but it is conceptually safe.
There's some nice stuff on master that'd be good to be released 🙏🏻
cc. @johnnychen94