lychee/examples
Markus Unterwaditzer 68d09f7e5b
Add html5gum as alternative link extractor (#480)
html5gum is a HTML parser that offers lower-level control over which tokens actually get created and are tracked. As such, the extractor doesn't allocate anything tokens it doesn't care about. On some benchmarks it provides a substantial performance boost. The old parser, html5ever is still available by setting the `LYCHEE_USE_HTML5EVER=1` env var.
2022-02-07 22:54:47 +01:00
..
builder Bump tokio from 1.15.0 to 1.16.1 (#482) 2022-01-28 13:23:02 +01:00
client_pool Bump tokio from 1.15.0 to 1.16.1 (#482) 2022-01-28 13:23:02 +01:00
collect_links Add html5gum as alternative link extractor (#480) 2022-02-07 22:54:47 +01:00
extract Bump tokio from 1.15.0 to 1.16.1 (#482) 2022-01-28 13:23:02 +01:00
simple Bump tokio from 1.15.0 to 1.16.1 (#482) 2022-01-28 13:23:02 +01:00