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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org