We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
eq
Arc<str> compares pointers first which normal reference equality checks do not perform.
Arc<str>
See https://htmlpreview.github.io/?https://github.com/epage/string-benchmarks-rs/blob/master/runs/2023-10-10/eq/report/index.html for a benchmark showcasing the behavior from this
The text was updated successfully, but these errors were encountered:
Sorry for the delay! Good catch! Really nice work on string Rosetta too
Updated link: https://htmlpreview.github.io/?https://github.com/rosetta-rs/string-rosetta-rs/blob/master/runs/2023-10-10/self_eq/report/index.html
Sorry, something went wrong.
feat(perf): add optimization on eq (ptr::eq) (#12)
4ed7457
fixes #9
polazarus
Successfully merging a pull request may close this issue.
Arc<str>
compares pointers first which normal reference equality checks do not perform.See https://htmlpreview.github.io/?https://github.com/epage/string-benchmarks-rs/blob/master/runs/2023-10-10/eq/report/index.html for a benchmark showcasing the behavior from this
The text was updated successfully, but these errors were encountered: