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