Add option to avoid large buffer allocations by AArnott · Pull Request #1457 · MessagePack-CSharp/MessagePack-CSharp · GitHub
Skip to content

Add option to avoid large buffer allocations#1457

Merged
AArnott merged 1 commit into
MessagePack-CSharp:masterfrom
AArnott:reduceLOHimpact
Jun 27, 2022
Merged

Add option to avoid large buffer allocations#1457
AArnott merged 1 commit into
MessagePack-CSharp:masterfrom
AArnott:reduceLOHimpact

Conversation

@AArnott

@AArnott AArnott commented Jun 23, 2022

Copy link
Copy Markdown
Collaborator

Allocating 1MB buffers contribute to the large object heap and should be avoidable for applications that it is a problem for.

@AArnott AArnott added this to the v2.4 milestone Jun 23, 2022
@AArnott AArnott requested a review from neuecc June 23, 2022 17:03
Allocating 1MB buffers contribute to the large object heap and should be avoidable for applications that it is a problem for.

@neuecc neuecc left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@AArnott AArnott merged commit 64ee45c into MessagePack-CSharp:master Jun 27, 2022
@AArnott AArnott deleted the reduceLOHimpact branch June 27, 2022 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants