possible improvement

master
http://smcv.pseudorandom.co.uk/ 2010-11-10 13:26:16 +00:00 committed by Joey Hess
parent 171c429f82
commit e810fe394b
1 changed files with 4 additions and 0 deletions

View File

@ -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