emilk opened a new issue, #6900: URL: https://github.com/apache/arrow-rs/issues/6900
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](https://docs.rs/arrow2/latest/arrow2/array/trait.Array.html#tymethod.slice_unchecked) extensively, and found the performance different to be quite significant for our use case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
