dart-lang / html

Dart port of html5lib. For parsing HTML/HTML5 with Dart. Works in the client and on the server.
https://pub.dev/packages/html
Other
276 stars 59 forks source link

Use growable lists and avoid dynamic #187

Closed srawlins closed 1 year ago

srawlins commented 1 year ago

I think these are all related, but I'm happy to split up if desirable.

dartdoc is one of the heavy users of package:html, and we'd like it to be as performant as possible. This change seems to have reduced dartdoc's memory consumption by ~2%, but that could be within the margin of error.

Changes include: