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 58 forks source link

Slow speed comparing to Python lxml #246

Open gryznar opened 3 months ago

gryznar commented 3 months ago

I am previous user of lxml. Unfortunatelly parsing using lxml was much faster comparing to html. Maybe there are places to improve it via applying some solutions from lxml? The biggest drop is in creating Document from String, especially for big sites