matthewmturner commented on issue #15498:
URL: https://github.com/apache/datafusion/issues/15498#issuecomment-2767914670

   I have vague recollection that `Arc<str>` was only faster than cloning a 
`String` when there was very little contention due to locking used by `Arc` 
internally. If there was a lot of contention it was actually slower.  Assuming 
this still holds we may need to be selective about where `Arc<str>` is used to 
get the desired improvements.


-- 
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

Reply via email to