You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/15 21:14:49 UTC

[GitHub] [arrow-rs] jhorstmann commented on issue #1857: Inline is_valid calls in PrimitiveIter/BooleanIter

jhorstmann commented on issue #1857:
URL: https://github.com/apache/arrow-rs/issues/1857#issuecomment-1185949132

   In a simplified example, llvm is able to completely unswitch a loop based on the presence of a validity bitmap, and generate two separately optimized versions of a kernel: https://rust.godbolt.org/z/sxhsh3h7G


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org