an improvement in this direction
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>
Thu, 18 Jun 2009 15:36:38 +0000 (11:36 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 18 Jun 2009 15:36:38 +0000 (11:36 -0400)
doc/todo/should_optimise_pagespecs.mdwn

index 0ef8a7847b01c6e2a514cb8a1ac738d3e78c6bcd..02d7483c24c3f6071543042c1d25142950863aa7 100644 (file)
@@ -79,4 +79,13 @@ I can think about reducung the size of my wiki source and making it available on
 > 
 > --[[Joey]]
 
-[[!tag wishlist]]
+>> I've been looking at optimizing ikiwiki for a site using
+>> [[plugins/contrib/album]] (which produces a lot of pages) and it seems
+>> that checking which pages depend on which pages does take a significant
+>> amount of time. The optimize-depends branch in my git repository
+>> avoids using `pagespec_merge()` for this (indeed it's no longer used
+>> at all), and instead represents dependencies as a list of pagespecs
+>> rather than a single pagespec. This does turn out to be faster, although
+>> not as much as I'd like. --[[smcv]]
+
+[[!tag wishlist patch]]