Re: [css-houdini-drafts] [css-typed-om-1] "equal numeric values" algorithm is possibly problematic

One thing, in case we care.  If order matters, equality can be determined in O(N) time in length of the lists.  If order does not matter, it's O(N^2).  I don't have a good feel for what sort of N we can expect here, especially as people use these APIs instead of hand-authoring their calc() expressions.

-- 
GitHub Notification of comment by bzbarsky
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/681#issuecomment-366350578 using your GitHub account

Received on Friday, 16 February 2018 20:33:45 UTC