rluvaton opened a new pull request, #8697: URL: https://github.com/apache/arrow-rs/pull/8697
# Which issue does this PR close? N/A # Rationale for this change Improve the performance of array iterator functions by skipping null checks on non nullable # What changes are included in this PR? override `ArrayIter` default function implementation with one that check if there are nulls or not: - `nth` / `nth_back` - `last` - `count` - `for_each` - `fold` / `rfold` - `all` - `any` - `find_map` - `find` / `rfind` - `partition` - `position` / `rposition` # Are these changes tested? Existing tests and I should add more # Are there any user-facing changes? Nope -- 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]
