oxc/crates/oxc_linter
camchenry 608d637e4d perf(linter): use aho-corasick instead of regex for string matching in jsx-a11y/img-redundant-alt (#5892)
hypothesis: profiling shows that Regex creation takes a decent amount of time. the `regex` crate uses `aho-corasick` internally for string matching, which is all we need in some cases. in theory, we could save time by using the lib directly and not needing the full regex syntax.
2024-09-19 22:40:01 +00:00
..
examples refactor(semantic): impl IntoIterator for &AstNodes (#5873) 2024-09-19 03:22:29 +00:00
fixtures
src perf(linter): use aho-corasick instead of regex for string matching in jsx-a11y/img-redundant-alt (#5892) 2024-09-19 22:40:01 +00:00
tests
Cargo.toml perf(linter): use aho-corasick instead of regex for string matching in jsx-a11y/img-redundant-alt (#5892) 2024-09-19 22:40:01 +00:00
CHANGELOG.md release(oxlint): v0.9.6 (#5843) 2024-09-18 12:02:09 +08:00