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

Switching to AngleSharp #88

Open
Turnerj opened this issue Jun 3, 2021 · 0 comments
Open

Switching to AngleSharp #88

Turnerj opened this issue Jun 3, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Turnerj
Copy link
Member

Turnerj commented Jun 3, 2021

Currently Infinity Crawler uses HtmlAgilityPack which has served the project well. AngleSharp is an alternative HTML processing implementation which has a strong focus on performance and extendability.

While I don't have any benchmarks to prove this yet here, I have seen AngleSharp in other projects perform better than HtmlAgilityPack. This isn't the main reason to switch though.

The bigger reason is that with AngleSharp, it becomes easier to support basic JavaScript crawling which can be useful.

There is no current timeline on the change - this issue is to track that there is an intended change at all.

@Turnerj Turnerj added the enhancement New feature or request label Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant