Skip to content
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

Pass in an appropriate size for List<T> #13284

Closed
Erarndt opened this issue Mar 1, 2024 · 3 comments · Fixed by NuGet/NuGet.Client#5664
Closed

Pass in an appropriate size for List<T> #13284

Erarndt opened this issue Mar 1, 2024 · 3 comments · Fixed by NuGet/NuGet.Client#5664
Assignees
Labels
PerfWins Priority:2 Issues for the current backlog. Tenet:Performance Performance issues Type:Bug
Milestone

Comments

@Erarndt
Copy link

Erarndt commented Mar 1, 2024

TopologicalSortUtility allocates a list without passing in a size to the constructor. We give it an appropriate size to avoid resizing.

Copy link
Contributor

@Erarndt Issue is missing Type label, remember to add a Type label

@dotnet-policy-service dotnet-policy-service bot added the missing-required-type The required type label is missing. label Mar 1, 2024
@jeffkl jeffkl added Priority:2 Issues for the current backlog. Type:Bug Tenet:Performance Performance issues PerfWins labels Mar 1, 2024
@dotnet-policy-service dotnet-policy-service bot removed the missing-required-type The required type label is missing. label Mar 1, 2024
@jeffkl jeffkl removed Priority:2 Issues for the current backlog. Type:Bug Tenet:Performance Performance issues PerfWins labels Mar 1, 2024
Copy link
Contributor

@Erarndt Issue is missing Type label, remember to add a Type label

@dotnet-policy-service dotnet-policy-service bot added the missing-required-type The required type label is missing. label Mar 1, 2024
Copy link
Contributor

@Erarndt Issue is missing Type label, remember to add a Type label

@jeffkl jeffkl added Priority:2 Issues for the current backlog. Type:Bug Tenet:Performance Performance issues PerfWins and removed missing-required-type The required type label is missing. labels Mar 4, 2024
@kartheekp-ms kartheekp-ms added this to the 6.10 milestone May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PerfWins Priority:2 Issues for the current backlog. Tenet:Performance Performance issues Type:Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants