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/29 11:40:39 UTC

[GitHub] [arrow] jorgecarleitao edited a comment on pull request #9032: ARROW-11048: [Rust] Added bench to MutableBuffer

jorgecarleitao edited a comment on pull request #9032:
URL: https://github.com/apache/arrow/pull/9032#issuecomment-752045697


   just FYI, I found one reason. `alloc_zeroed` is expensive. I am preparing a PR where this is addressed. There is some code atm that relies on `MutableBuffer::reserve` and `MutableBuffer::new` to allocate zeros (and not undefined), which I need to handle.


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