Fly-Style opened a new pull request, #16483: URL: https://github.com/apache/datafusion/pull/16483
## Which issue does this PR close? Comment from #15947 regarding potentially optimized memory usage https://github.com/apache/datafusion/pull/15947#discussion_r2073948962 ## Rationale for this change `iter().map(...).collect()` introduces intermediate allocations and this patch optimizes this behavior by reducing buffer allocation only once specifically of hex computation for `int64`. -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org