kylebarron commented on issue #6587:
URL: https://github.com/apache/arrow-rs/issues/6587#issuecomment-2429911061

   > just trying to ensure the python bindings work as well as possible
   
   Trying to think of other things on my wish list to mention for the Python 
bindings...
   
   One thing that would be _great_ but I certainly don't expect to change is if 
object_store used something like an `arrow::buffer::Buffer`, which permits 
externally-allocated memory. Right now in a `put` we always have to make a copy 
from Python-backed memory to Rust-backed memory first. Or is there some way to 
use external memory with a `bytes::Bytes`?


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