]> sipb.mit.edu Git - ikiwiki.git/commitdiff
reviewed, not merged
authorJoey Hess <joey@kitenet.net>
Sun, 23 Feb 2014 18:42:25 +0000 (14:42 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 23 Feb 2014 18:43:55 +0000 (14:43 -0400)
doc/bugs/template_creation_error.mdwn

index 2468e3c4f26c480c607e035182b12d4b3f2c1eaa..22d112cdd751fd69ce519f416782f4198385de59 100644 (file)
@@ -204,3 +204,9 @@ Please, let me know what to do to avoid this kind of error.
 >>>>>> There is one known buglet: `template_syntax.t` asserts that the entire
 >>>>>> file is a valid HTML::Template, whereas it would ideally be doing the
 >>>>>> same logic as IkiWiki itself. I don't think that's serious. --[[smcv]]
+
+>>>>>>> Looking over this, I notice it adds a hash containing all scanned
+>>>>>>> files. This seems to me to be potentially a scalability problem on
+>>>>>>> rebuild of a site with many pages. Ikiwiki already keeps a lot
+>>>>>>> of info in memory, and this adds to it, for what is a fairly
+>>>>>>> minor reason. It seems to me there should be a way to avoid this. --[[Joey]]