You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.