Re: [csswg-drafts] [css-selectors] `:has()` and performance (#3345)

Even with that I don't think it'd be acceptable perf-wise. Parallelism only gives you a linear speedup with the number of cores best-case, while evaluating :has is exponential.

-- 
GitHub Notification of comment by emilio
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3345#issuecomment-441571179 using your GitHub account

Received on Monday, 26 November 2018 09:24:03 UTC