rluvaton opened a new pull request, #9277: URL: https://github.com/apache/arrow-rs/pull/9277
# Which issue does this PR close? None # Rationale for this change Making take kernel faster for building native. You can see that the compiler vectorize and unroll the loop in [GodBolt](https://godbolt.org/z/8j8rPc4zE) when using unchecked # What changes are included in this PR? use `get_unchecked` in `take_native` # Are these changes tested? Existing tests # Are there any user-facing changes? Undefined behavior if out of range -- 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]
