jonathan-s / django-sockpuppet

Build reactive applications with the django tooling you already know and love.
https://github.com/jonathan-s/django-sockpuppet
MIT License
450 stars 22 forks source link

Introduce an option of using lxml as parser. #46

Closed jonathan-s closed 3 years ago

jonathan-s commented 3 years ago

Feature Request

Is your feature request related to a problem?

Lxml is a parser that is a lot faster. It could shave off ~30ms from the parsing of html and make reflexes faster. See how that is done in anymail for installing extra dependencies -> https://github.com/anymail/django-anymail/blob/main/setup.py#L48-L59