aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <smcv@web>2010-11-10 13:26:16 +0000
committerJoey Hess <joey@kitenet.net>2010-11-10 13:26:16 +0000
commite810fe394b49955971299329136d46548d95ec6b (patch)
tree165529a1f3cf9bb6d08490da180e16cf12baeebc /doc
parent171c429f829aac53cb449e3bb574d2a1669e025e (diff)
downloadikiwiki-e810fe394b49955971299329136d46548d95ec6b.tar
ikiwiki-e810fe394b49955971299329136d46548d95ec6b.tar.gz
possible improvement
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn b/doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn
index 8f70f1dde..0a9d8c69c 100644
--- a/doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn
+++ b/doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn
@@ -2,6 +2,10 @@ I've been profiling my IkiWiki to try to improve speed (with many pages makes sp
Here's my patch - please consider it! -- [[KathrynAndersen]]
+> It seems to me as though changing `glob2re` to return qr/$re/, and calling
+> `memoize(glob2re)` next to the other memoize calls, would be a less
+> verbose way to do this? --[[smcv]]
+
--------------------------------------------------------------
<pre>
diff --git a/IkiWiki.pm b/IkiWiki.pm