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/01/24 10:24:05 UTC

[GitHub] [arrow] Dandandan edited a comment on pull request #9300: ARROW-11356: [Rust] Add method to PrimitiveArray::from_value to efficiently create an Array from a value

Dandandan edited a comment on pull request #9300:
URL: https://github.com/apache/arrow/pull/9300#issuecomment-766324078


   @jorgecarleitao I agree, it makes more sense to wait until this is faster and for now use the iterator for this case (even if it is slightly more verbose).
   I think at some point this version could be specialized to use (the soon stable) `slice.fill` though, which I expect would be faster than using an iterator.


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