aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/should_optimise_pagespecs.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-08-16 16:32:35 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-08-16 16:32:35 -0400
commit611256ba1c6f9b5cfdaabed634a1be00eb32e7a7 (patch)
tree82b7e861bf6b436e283a7732fdccc878b8838298 /doc/todo/should_optimise_pagespecs.mdwn
parent9ca8de2e75bc9a11b1b8547b375a887a8b1ef60b (diff)
downloadikiwiki-611256ba1c6f9b5cfdaabed634a1be00eb32e7a7.tar
ikiwiki-611256ba1c6f9b5cfdaabed634a1be00eb32e7a7.tar.gz
clarification
Diffstat (limited to 'doc/todo/should_optimise_pagespecs.mdwn')
-rw-r--r--doc/todo/should_optimise_pagespecs.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/should_optimise_pagespecs.mdwn b/doc/todo/should_optimise_pagespecs.mdwn
index 9d2611249..33bca677a 100644
--- a/doc/todo/should_optimise_pagespecs.mdwn
+++ b/doc/todo/should_optimise_pagespecs.mdwn
@@ -128,6 +128,9 @@ to avoid..
> and the hash for individual page names. To make this work you need to adjust the
> API so it knows which you're adding. -- [[Will]]
+> I wasn't thinking about a lookup hash, just a dedup hash, FWIW.
+> --[[Joey]]
+
Also, since a lot of places are calling add_depends in a loop, it probably
makes sense to just make it accept a list of dependencies to add. It'll be
marginally faster, probably, and should allow for better optimisation