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 2022/07/25 10:23:12 UTC

[GitHub] [arrow-rs] jhorstmann commented on pull request #2127: Lazily materialize the null buffer builder for all array builders.

jhorstmann commented on PR #2127:
URL: https://github.com/apache/arrow-rs/pull/2127#issuecomment-1193860703

   Another performance idea to try could be to remove the `Option`. `BooleanBufferBuilder` with a capacity of 0 should not allocate anything and you could replace the checks for `Some` with `capacity() > 0`.


-- 
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-unsubscribe@arrow.apache.org

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