Re: [csswg-drafts] [css-nesting] Concern about combinatorial explosion (#2881)

And Chrome has *different* timing if you collapse away the nesting. That is, `:is(a, b) { :is(c, d) {...}}` and `:is(a, b) :is(c, d) ... {...}` are at least a 10x difference in timing (with the 25 `:is()` functions, i got 0.8s vs 13s on my laptop). So it's still slow, but there's something else also contributing to the blowup.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 19 July 2023 21:07:25 UTC