alamb commented on issue #15498: URL: https://github.com/apache/datafusion/issues/15498#issuecomment-2767053406
I think a better / safer strategy would be to avoid `String` at all in the first place (we can use `Arc<str>` perhaps in places we are copying Strings > (Actually a is never used so it makes sense that the compiler lets this happen, but the memory still seems to be leaked fully, which is why its so fast prob) I agree with @EmilyMatt that the above micro benchmark may not be representative of many real world results -- 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