-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Optimize char expression #16076
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
Optimize char expression #16076
Conversation
|
|
Hi @ajita-asthana, are you still working on this issue? consider implementing a benchmark like this first(in a separate PR) to measure the performance of current You should also mark this as a draft PR till then. |
|
Hey @logan-keede, I am. Will do the benchmarking. |
|
Hey @logan-keede I am running into import errors |
|
Dependencies in rust needs to be mentioned in |
6f66cf4 to
7a2e084
Compare
|
@logan-keede could you please review this when you have time. |
|
I do see a small performance improvement with these changes: |
andygrove
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @ajita-asthana.
Which issue does this PR close?
#16009
Rationale for this change
What changes are included in this PR?
Implemented
char.rsfunction to useGenericStringBuilderbased on thechr.rsimplementation.Are these changes tested?
In-progress of implementing a benchmark
Are there any user-facing changes?
No