save-buffer commented on PR #13364: URL: https://github.com/apache/arrow/pull/13364#issuecomment-1155896703
I think the best solution for performance is to remove shared_ptr to data types and have a canonical owner. The current shared_ptrs have a reference count of at least 1 at all times anyway since they're stored and initialized in that vector. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org