diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2009-06-18 11:36:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-06-18 11:36:38 -0400 |
commit | c077e4b6e78bb671912675c795a3d6215defa24e (patch) | |
tree | 5a9edf8eaa828a3b702657f7144d00fa8880e156 /doc/todo | |
parent | d25c4acfdb06d1c5529be8e3cd10e87f6a816bc9 (diff) |
an improvement in this direction
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/should_optimise_pagespecs.mdwn | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/todo/should_optimise_pagespecs.mdwn b/doc/todo/should_optimise_pagespecs.mdwn index 0ef8a7847..02d7483c2 100644 --- a/doc/todo/should_optimise_pagespecs.mdwn +++ b/doc/todo/should_optimise_pagespecs.mdwn @@ -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]] |