lychee/lychee-lib
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
..
src Add html5gum as alternative link extractor (#480) 2022-02-07 22:54:47 +01:00
Cargo.toml Add html5gum as alternative link extractor (#480) 2022-02-07 22:54:47 +01:00
LICENSE-APACHE Major refactor of codebase (#208) 2021-04-15 01:24:11 +02:00
LICENSE-MIT Major refactor of codebase (#208) 2021-04-15 01:24:11 +02:00