Suggestion
π Search Terms
List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily and help provide feedback.
- performance
- createTextWriter
β
Viability Checklist
My suggestion meets these guidelines:
β Suggestion
Based on the performance wins in #44031 / #43987, there may be opportunities to improve the performance of concatenating lots of short strings in the createTextWriter() API.
π Motivating Example
Compiler performance. Currently print takes substantially longer than parse, so anything to improve print time without sacrificing code maintainability is a worthwhile endeavor.
π» Use Cases
Compiler performance
Suggestion
π Search Terms
List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily and help provide feedback.
β Viability Checklist
My suggestion meets these guidelines:
β Suggestion
Based on the performance wins in #44031 / #43987, there may be opportunities to improve the performance of concatenating lots of short strings in the
createTextWriter()API.π Motivating Example
Compiler performance. Currently print takes substantially longer than parse, so anything to improve print time without sacrificing code maintainability is a worthwhile endeavor.
π» Use Cases
Compiler performance