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/03/26 16:18:03 UTC

[GitHub] [arrow-rs] jhorstmann commented on issue #1489: Add SIMD support for the `length` kernel

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


   The compiler should be able to autovectorize the existing length kernel, at least it does in a smaller example: https://rust.godbolt.org/z/7sjrrfxqf
   
   If this does not happen in the actual arrow kernel then we probably need to investigate whether `MutableBuffer::from_trusted_len_iter` somehow prevents that optimization.


-- 
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