Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance improvements revisited #162

Open
sparkiegeek opened this issue May 5, 2023 · 1 comment
Open

Performance improvements revisited #162

sparkiegeek opened this issue May 5, 2023 · 1 comment

Comments

@sparkiegeek
Copy link
Contributor

It is known that parsing HTML is slow.

  • doing it multiple times is worse
  • using a CSS selector to query BeautifulSoup is slow

It's hard to profile the performance of this code.

@anthonydillon
Copy link
Contributor

Thanks Adam, will ensure we find time to focus on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants