Add XXX
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Fri, 08 Jul 2011 15:03:48 -0600
changeset 376 8cdcd95ad211
parent 375 9e86f88d0da1
child 377 bbc065da041b
Add XXX

It looks like further refactoring that I was thinking about will
increase algorithmic complexity, not decrease it, so there's no reason
to do it unless we want better efficiency.
editcommands.html
source.html
--- a/editcommands.html	Fri Jul 08 14:15:56 2011 -0600
+++ b/editcommands.html	Fri Jul 08 15:03:48 2011 -0600
@@ -1999,6 +1999,11 @@
 
   <li>For each <var title="">node</var> in <var title="">node list</var>:
 
+  <p class=XXX>This is inefficient.  It would be most efficient to only push
+  down values on the highest-level effectively contained nodes, and to batch
+  operations so we handle runs of adjacent siblings at once.  Should we bother
+  fixing this?
+
   <ol>
     <li><a href=#push-down-values>Push down values</a> on <var title="">node</var>.
 
--- a/source.html	Fri Jul 08 14:15:56 2011 -0600
+++ b/source.html	Fri Jul 08 15:03:48 2011 -0600
@@ -1974,6 +1974,11 @@
 
   <li>For each <var>node</var> in <var>node list</var>:
 
+  <p class=XXX>This is inefficient.  It would be most efficient to only push
+  down values on the highest-level effectively contained nodes, and to batch
+  operations so we handle runs of adjacent siblings at once.  Should we bother
+  fixing this?
+
   <ol>
     <li><span>Push down values</span> on <var>node</var>.