causal-agent / scraper

HTML parsing and querying with CSS selectors
https://docs.rs/scraper
ISC License
1.81k stars 100 forks source link

perf(selector): add streaming `html.tree` selector handling 30% perf increase #115

Closed j-mendez closed 1 year ago

j-mendez commented 1 year ago
  1. add streaming select feature or auto handling if nodes are x size.

-- Todo

the current code changes do not match the PR status and was from old investigations.

j-mendez commented 1 year ago

Waiting to add bench marks before moving to ready to review @cfvescovo feel free to move to review if someone else gets to it.

cfvescovo commented 1 year ago

Excellent review @adamreichold