comphead commented on PR #9824: URL: https://github.com/apache/arrow-datafusion/pull/9824#issuecomment-2033123242
> Update it turns out that I got significant performance improvements by using `impl Into<Arc<str>>` -- #9916 🚀 Yes, my very first implementation was to get the `impl Into<String>` instead of &str. Looks like compiler in this case can find optimal construction and avoid reallocation -- 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]
