CurtHagenlocher commented on PR #73:
URL: https://github.com/apache/arrow-dotnet/pull/73#issuecomment-3324470232

   I don't think we should do async over sync. 
   
   I've taken another look at the code and I don't understand why a new buffer 
pool is being created for this purpose. Wouldn't it be simplest just to delete 
the Buffers field entirely and then replace `Buffers.RentReturn` with 
`ArrayPool<byte>.Shared.RentReturn`?


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