cloudflare / lol-html

Low output latency streaming HTML parser/rewriter with CSS selector-based API
https://crates.io/crates/lol-html
BSD 3-Clause "New" or "Revised" License
1.47k stars 82 forks source link

WIP Make `HtmlRewriter` `Send + Sync`. #217

Closed orium closed 2 months ago

orium commented 2 months ago

The performance of the rewriter is about 60% slower if we make it Send + Sync. For that reason I'll drop the PR.