Skip to content

TargetResult.TranslateItems is not pooling read buffers #6291

@sharwell

Description

@sharwell

This method explicitly passes null for the pool, which results in significant numbers of buffer allocations during VS solution load scenarios (7.5% of total solution load allocations for the solution I was testing at the time).

var itemTranslator = BinaryTranslator.GetReadTranslator(itemsStream, null);

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions