[Bug 22344] [Shadow]: Distribute into <shadow>, project into older shadow root

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22344

--- Comment #15 from Dominic Cooney <dominicc@chromium.org> ---
(In reply to comment #14)
> I'm not super comfortable having distribution not run in document order.
> Right now it's forced into O(n) behavior because you start at the top and
> spread things down. I don't want us to get into situations where you can
> generate non linear behavior (or need to use tons of memory to avoid doing
> so).

The reprojection aspect, and not doing distribution in non-document order, has
a bigger impact on time. If you're worried about sorting insertion points, do
an radix sort. I doubt it matters in practice.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 18 June 2013 22:53:24 UTC