Add unsafe/unchecked slicing #6900
Labels
development-process
Related to development process of arrow-rs
enhancement
Any new improvement worthy of a entry in the changelog
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: