-
Notifications
You must be signed in to change notification settings - Fork 5
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
Subset of perf numbers #6
Conversation
epage
commented
Jul 8, 2021
- Tests created for any new feature or regression tests for bugfixes.
Small string clone:
This puts |
Heap string clone:
If we consider |
str access:
My guess is between StringCow and KString::from_static I had something happening on my machine because those numbers shouldn't be any different than the rest. With that assumption, we don't really add noticeable overhead in using the underlying |
…holder README.md 'Crates Status' icon link