tustvold commented on issue #6670:
URL: https://github.com/apache/arrow-rs/issues/6670#issuecomment-2453515338

   > Do you happen to know why the C++ implementation does not seem to have 
this overhead? Is contiguous memory not a requirement?
   
   The C++ gRPC implementation has a mechanism for providing a list of buffers. 
I'm not familiar with arrow-cpp but I imagine this is what they're using.
   
   We would need a similar mechanism in tonic, and then we could look to hook 
up the IPC machinery to take advantage of it.


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