- From: <bugzilla@jessica.w3.org>
- Date: Tue, 18 Jun 2013 22:53:22 +0000
- To: public-webapps-bugzilla@w3.org
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