Skip to content

perf: avoid string concat #1093

@jmesserly

Description

@jmesserly

This bug appears to have been lost amongst the issue tracker moves. Basically, performance is bad in cases that force a lot of concatenation in the parser. This is a python-ism that did not translate well to Dart. We need to StringBuffer these, or keep as List for as long as possible.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions