Skip to content

Remove substring allocation from Baml2006Reader.Logic_GetFullXmlns#6271

Merged
dipeshmsft merged 1 commit intodotnet:mainfrom
stephentoub:bamlreader
Jun 3, 2022
Merged

Remove substring allocation from Baml2006Reader.Logic_GetFullXmlns#6271
dipeshmsft merged 1 commit intodotnet:mainfrom
stephentoub:bamlreader

Conversation

@stephentoub
Copy link
Member

Description

When getting the assembly name, we can slice out the piece that's needed rather than allocating a substring.

Customer Impact

Unnecessary string allocations.

Regression

No

Testing

CI

Risk

Minimal

When getting the assembly name, we can slice out the piece that's needed rather than allocating a substring.
@stephentoub stephentoub requested a review from a team as a code owner March 17, 2022 16:11
@ghost ghost added the PR metadata: Label to tag PRs, to facilitate with triage label Mar 17, 2022
@ghost ghost requested review from SamBent, dipeshmsft and singhashish-wpf March 17, 2022 16:11
@dipeshmsft dipeshmsft self-assigned this May 5, 2022
@ghost ghost assigned stephentoub May 5, 2022
@dipeshmsft dipeshmsft added the 📭 waiting-author-feedback To request more information from author. label May 19, 2022
@stephentoub
Copy link
Member Author

@dipeshmsft, you marked this as needs-author-feedback, but I don't see a question; is there something you need?

@dipeshmsft
Copy link
Member

In the review I have left a comment.

@stephentoub
Copy link
Member Author

In the review I have left a comment.

I do not see it. Where? What does it say?

@dipeshmsft dipeshmsft removed the 📭 waiting-author-feedback To request more information from author. label May 20, 2022
@dipeshmsft dipeshmsft merged commit aff2a11 into dotnet:main Jun 3, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jul 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

PR metadata: Label to tag PRs, to facilitate with triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants