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 2021/05/10 20:39:48 UTC

[GitHub] [arrow-rs] Dandandan commented on issue #279: Performance improvements for take by specializing on 32 / 64 bit integer indices

Dandandan commented on issue #279:
URL: https://github.com/apache/arrow-rs/issues/279#issuecomment-837304142


   Some first experimenting didn't reveal a lot of options.
   What did improve performance however, was removing the bound check (-25%) but it doesn't seem like we can get rid of it without checking bounds for all values manual (which seems like it should be slower - even after speeding it up by 2x here https://github.com/apache/arrow-rs/pull/281 )


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

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