You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user has already done their own bound checking, they don't want to pay for it again. Therefore I propose the slice methods has an unsafe_unchecked version.
We used these methods in arrow2 extensively, and found the performance different to be quite significant for our use case.
The text was updated successfully, but these errors were encountered:
When the user has already done their own bound checking, they don't want to pay for it again. Therefore I propose the
slice
methods has anunsafe
_unchecked
version.We used these methods in arrow2 extensively, and found the performance different to be quite significant for our use case.
The text was updated successfully, but these errors were encountered: