rushter / selectolax

Python binding to Modest and Lexbor engines (fast HTML5 parser with CSS selectors).
MIT License
1.11k stars 68 forks source link

Adding AdvancedHTMLParser to benchmark #93

Closed God-damnit-all closed 1 year ago

God-damnit-all commented 1 year ago

A lesser-known Python library I've been using is AdvancedHTMLParser, it would be good to add it to the benchmark script:

https://github.com/kata198/AdvancedHTMLParser

rushter commented 1 year ago

It looks like it uses html.parser internally, which is listed in the benchmark.

God-damnit-all commented 1 year ago

Ah, I didn't realize that, thank you!