From: Joey Hess Date: Wed, 10 Nov 2010 15:37:59 +0000 (-0400) Subject: benchmarks X-Git-Tag: 3.20101112~9 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/08a20a3deaca2cb1f68fba993411b51c19e4c362 benchmarks --- 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 0a9d8c69c..b63128702 100644 --- a/doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn +++ b/doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn @@ -6,6 +6,9 @@ Here's my patch - please consider it! -- [[KathrynAndersen]] > `memoize(glob2re)` next to the other memoize calls, would be a less > verbose way to do this? --[[smcv]] +>> I think so, yeah. Anyway, do you have any benchmark results handy, +>> Kathryn? --[[Joey]] + --------------------------------------------------------------
 diff --git a/IkiWiki.pm b/IkiWiki.pm