csharplang/proposals/format.md
2019-01-03 15:45:39 -08:00

684 B

Efficent Formatting

Summary

This combination of features will allow for effecient and customizable formatting of string values.

Motivation

The allocation of string and params values dominates the performance of many text based applications like MSBuild. In order to efficiently

Detailed Design

params Span

params IEnumerable

Customize interopolated strings

Variant type

Open Issuess

consideration 1

Considerations

consideration 1

Future Considerations

CLR helper for stack allocating arrays

Misc

Related issues