mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-16 14:05:07 +03:00
Add a fast path that directly evaluates selectors containing one rule, avoiding combinator traversal and switch overhead for common class, ID, tag, and pseudo-class selectors. Move complex selector traversal into a dedicated function and cache rule counts in selector loops. Add focused matching coverage and document the Phase 7 benchmark results.