add TODO
Tim Bunce [Fri, 28 Sep 2012 16:09:57 +0000 (01:09 +0900)]
static/MemView.pl

index c8ca2ca..8e6cb63 100755 (executable)
@@ -9,6 +9,13 @@ use Getopt::Long;
 use Storable qw(dclone);
 use Devel::Dwarn;
 
+=pod TODO
+
+    Protect against nodes with thousands of children
+        perhaps replace all with single merged child that has no children itself.
+
+=cut
+
 GetOptions(
     'db=s' => \(my $opt_db = '../memnodes.db'),
     'debug!' => \my $opt_debug,