-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for holding Arc<str> as a new repr? #355
Comments
Just noting that if this gets added, there would need to be a fallback to |
Thx, I forgot existence of While I agree it'd be a good idea, supporting We can conditionally support |
Ah, that's true, and a fallback to |
I think it makes sense to support
Arc<str>
inCompactString
as a new repr, it would then enable O(1) cloning, which is very handy for parser/configuration.The text was updated successfully, but these errors were encountered: