waynexia commented on issue #6439: URL: https://github.com/apache/arrow-rs/issues/6439#issuecomment-2367676865
I personally prefer the allocator approach which gives the most accurate stats in theory. Given we in some aspects encourage sharing underlying buffer and arrays, only changing the behavior of `.capacity()` would still cause problems for end users when they want to track how many physical memories are used somewhere (e.g., in one query session). -- 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]
