[Aptitude-svn-commit] r3345 - branches/aptitude-0.3/aptitude
Daniel Burrows
dburrows@costa.debian.org
Tue, 07 Jun 2005 02:49:03 +0000
Author: dburrows
Date: Tue Jun 7 02:49:03 2005
New Revision: 3345
Modified:
branches/aptitude-0.3/aptitude/TODO
Log:
TODO tweak
Modified: branches/aptitude-0.3/aptitude/TODO
==============================================================================
--- branches/aptitude-0.3/aptitude/TODO (original)
+++ branches/aptitude-0.3/aptitude/TODO Tue Jun 7 02:49:03 2005
@@ -7,6 +7,12 @@
* add a parallel function to fragment::layout that just does
size calculations (to avoid the overhead of generating and
throwing away lots of strings)
+
+ CANCELLED: in the most interesting cases, only one level of
+ layout can be saved (because the size of the layout depends
+ intimately on the exact contents of the fragment) without
+ pointless amounts of effort. If hypothetical future profiling
+ turns this up as a problem, I'll reconsider.
* review vs_layout_item: can it be done better/more efficiently
now?