diff options
Diffstat (limited to 'doc/recentchanges/change_e810fe394b49955971299329136d46548d95ec6b._change')
-rw-r--r-- | doc/recentchanges/change_e810fe394b49955971299329136d46548d95ec6b._change | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/doc/recentchanges/change_e810fe394b49955971299329136d46548d95ec6b._change b/doc/recentchanges/change_e810fe394b49955971299329136d46548d95ec6b._change new file mode 100644 index 000000000..b69fabd45 --- /dev/null +++ b/doc/recentchanges/change_e810fe394b49955971299329136d46548d95ec6b._change @@ -0,0 +1,63 @@ +[[!meta author="""http://smcv.pseudorandom.co.uk/"""]] + +[[!meta authorurl="""http://smcv.pseudorandom.co.uk/"""]] + +[[!meta title="""change to todo/Improving_the_efficiency_of_match__95__glob on ikiwiki"""]] + +[[!meta permalink="http://ikiwiki.info/recentchanges/#change-e810fe394b49955971299329136d46548d95ec6b"]] + +<div id="change-e810fe394b49955971299329136d46548d95ec6b" class="metadata"> +<span class="desc"><br />Changed pages:</span> +<span class="pagelinks"> + +<a href="http://git.ikiwiki.info/?p=ikiwiki;a=blobdiff;f=doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn;h=0a9d8c69c4c35a230f5080d1fd1f4cacb6b806ae;hp=8f70f1dde4bbe7fd7b66807c36e6f4d7fd0b08b0;hb=e810fe394b49955971299329136d46548d95ec6b;hpb=171c429f829aac53cb449e3bb574d2a1669e025e" title="diff" rel="nofollow">[[diff|wikiicons/diff.png]]</a><a href="http://ikiwiki.info/ikiwiki.cgi?page=todo%2FImproving_the_efficiency_of_match__95__glob&do=goto" rel="nofollow">todo/Improving the efficiency of match_glob</a> + + +</span> +<span class="desc"><br />Changed by:</span> +<span class="committer"> + +<a href="http://smcv.pseudorandom.co.uk/" rel="nofollow">smcv</a> + +</span> +<span class="desc"><br />Commit type:</span> +<span class="committype">web</span> +<span class="desc"><br />Date:</span> +<span class="changedate"><span class="relativedate" title="Wed, 10 Nov 2010 09:26:16 -0400">09:26:16 11/10/10</span></span> +<span class="desc"><br /></span> +</div> + +<span class="revert"> +<a href="http://ikiwiki.info/ikiwiki.cgi?rev=e810fe394b49955971299329136d46548d95ec6b&do=revert" title="revert" rel="nofollow">[[revert|wikiicons/revert.png]]</a> +</span> + +<div class="changelog"> + + +possible improvement<br /> + + +</div> + +<div class="diff"> +<pre> +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 8f70f1d..0a9d8c6 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 + +</pre> +</div> + +<!-- e810fe394b49955971299329136d46548d95ec6b --> |