Skip to content

Replace Tuple with ValueTuple to reduce allocations #5266

@KirillOsenkov

Description

@KirillOsenkov

In many critical places I saw allocations of Tuple.

Should probably replace most of these with ValueTuple to reduce allocations, unless it needs to be a reference type (unlikely).

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions