aik-jahoda commented on PR #73: URL: https://github.com/apache/arrow-dotnet/pull/73#issuecomment-3324735852
> Wouldn't it be simplest just to delete the Buffers field entirely and then replace `Buffers.RentReturn` with `ArrayPool<byte>.Shared.RentReturn`? Yes, it would be possible. From a performance point of view renting small buffers is slower than allocating a new array on the heap. https://adamsitnik.com/Array-Pool/ I'm fine with both approaches; tell me what your preference is. > I don't think we should do async over sync. Make sense -- 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]
