Skip to content

Optimize allocations in batch queue processing#60901

Merged
sharwell merged 2 commits intodotnet:mainfrom
sharwell:lighter-queue
Apr 25, 2022
Merged

Optimize allocations in batch queue processing#60901
sharwell merged 2 commits intodotnet:mainfrom
sharwell:lighter-queue

Conversation

@sharwell
Copy link
Copy Markdown
Contributor

@sharwell sharwell commented Apr 22, 2022

  • Avoid an unnecessary array copy (reduces allocations)
  • Avoid the use of large object heap (reduces the time between allocation and successful collection by the GC)

Fixes AB#1502196

@sharwell sharwell requested a review from a team as a code owner April 22, 2022 05:48
@ghost ghost added the Area-IDE label Apr 22, 2022
@sharwell sharwell requested a review from a team April 22, 2022 06:01
@sharwell sharwell merged commit 3c52d9d into dotnet:main Apr 25, 2022
@ghost ghost added this to the Next milestone Apr 25, 2022
@sharwell sharwell deleted the lighter-queue branch April 25, 2022 19:27
@dibarbet dibarbet modified the milestones: Next, 17.3.P1 Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants