Rich-T-kid commented on PR #10044:
URL: https://github.com/apache/arrow-rs/pull/10044#issuecomment-4623853576

   > I wonder if we are missing a Vec::with_capacity or Vec::reserve to avoid 
extra allocations / copies 
   
   I think this is a strong possibility after looking at the profile, from my 
understanding this is mostly in arrow-flight itself and not arrow-ipc. Since 
arrow-flight is very dependent on arrow-ipc it make sense to start from the 
ground up with these optimizations.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to