alamb commented on PR #7911:
URL: https://github.com/apache/arrow-rs/pull/7911#issuecomment-3066018197

   > My only concern is whether we might ever need to support a builder that 
isn't backed by Vec? I'm guessing not, but wanted to double check.
   
   I think eventually we might, but I think the only way to really do so is via 
some sort of trait and a templated builder. I think we can pretty far without 
doing so and `Vec` seems to be the best / fastes / etc thing for managing owned 
memory in Rust
   
   And there are zero copy APIs to/from Vec for the underlying Arrow arrays 
which I think is a pretty nice property too


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

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

Reply via email to