erratic-pattern opened a new pull request, #10475: URL: https://github.com/apache/datafusion/pull/10475
This is an experiment to see if reducing string allocations with `Cow` has any performance improvement. My local benchmarks show mixed results. My guess is that there is a small additional overhead due to branching when destructuring the `Cow` enum. It might be worthwhile to further split these changes into individual branches to target benchmarks on specific changes instead of testing all of them at once. -- 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