projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ca8de2
)
clarification
author
Joey Hess
<joey@gnu.kitenet.net>
Sun, 16 Aug 2009 20:32:35 +0000
(16:32 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Sun, 16 Aug 2009 20:32:35 +0000
(16:32 -0400)
doc/todo/should_optimise_pagespecs.mdwn
patch
|
blob
|
history
diff --git
a/doc/todo/should_optimise_pagespecs.mdwn
b/doc/todo/should_optimise_pagespecs.mdwn
index 9d2611249ed42c272c5b380b5349d3fcb8784e8f..33bca677a2f19e14fd2b8c552f6cba0e6530fc49 100644
(file)
--- 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