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 2020/12/01 22:06:34 UTC

[GitHub] [arrow] Dandandan opened a new pull request #8814: ARROW-10785: [Rust] Optimize take string

Dandandan opened a new pull request #8814:
URL: https://github.com/apache/arrow/pull/8814


   Further optimizes take string to benefit from creating a buffer directly.
   
   Interestingly, it seems it is still faster to copy a `Vec`  than to use a buffer for the the values. Presumably `extend_from_slice` is much slower than the `Vec` one.


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



[GitHub] [arrow] nevi-me closed pull request #8814: ARROW-10785: [Rust] Optimize take string

Posted by GitBox <gi...@apache.org>.
nevi-me closed pull request #8814:
URL: https://github.com/apache/arrow/pull/8814


   


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



[GitHub] [arrow] github-actions[bot] commented on pull request #8814: ARROW-10785: [Rust] Optimize take string

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #8814:
URL: https://github.com/apache/arrow/pull/8814#issuecomment-736850611


   https://issues.apache.org/jira/browse/ARROW-10785


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



[GitHub] [arrow] Dandandan commented on pull request #8814: ARROW-10785: [Rust] Optimize take string

Posted by GitBox <gi...@apache.org>.
Dandandan commented on pull request #8814:
URL: https://github.com/apache/arrow/pull/8814#issuecomment-737349280


   @jorgecarleitao
   Ready for review :) 


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