diff options
Diffstat (limited to 'doc/recentchanges/change_08a20a3deaca2cb1f68fba993411b51c19e4c362._change')
-rw-r--r-- | doc/recentchanges/change_08a20a3deaca2cb1f68fba993411b51c19e4c362._change | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/doc/recentchanges/change_08a20a3deaca2cb1f68fba993411b51c19e4c362._change b/doc/recentchanges/change_08a20a3deaca2cb1f68fba993411b51c19e4c362._change new file mode 100644 index 000000000..e55c80e85 --- /dev/null +++ b/doc/recentchanges/change_08a20a3deaca2cb1f68fba993411b51c19e4c362._change @@ -0,0 +1,62 @@ +[[!meta author="""joey"""]] + +[[!meta authorurl="""http://ikiwiki.info/ikiwiki.cgi?page=users%2Fjoey&do=goto"""]] + +[[!meta title="""change to todo/Improving_the_efficiency_of_match__95__glob on ikiwiki"""]] + +[[!meta permalink="http://ikiwiki.info/recentchanges/#change-08a20a3deaca2cb1f68fba993411b51c19e4c362"]] + +<div id="change-08a20a3deaca2cb1f68fba993411b51c19e4c362" 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=b63128702d85c80ba625c217f9288660ac94ab7a;hp=0a9d8c69c4c35a230f5080d1fd1f4cacb6b806ae;hb=08a20a3deaca2cb1f68fba993411b51c19e4c362;hpb=e810fe394b49955971299329136d46548d95ec6b" 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://ikiwiki.info/ikiwiki.cgi?page=users%2Fjoey&do=goto" rel="nofollow">joey</a> + +</span> +<span class="desc"><br />Commit type:</span> +<span class="committype">git</span> +<span class="desc"><br />Date:</span> +<span class="changedate"><span class="relativedate" title="Wed, 10 Nov 2010 11:37:59 -0400">11:37:59 11/10/10</span></span> +<span class="desc"><br /></span> +</div> + +<span class="revert"> +<a href="http://ikiwiki.info/ikiwiki.cgi?rev=08a20a3deaca2cb1f68fba993411b51c19e4c362&do=revert" title="revert" rel="nofollow">[[revert|wikiicons/revert.png]]</a> +</span> + +<div class="changelog"> + + +benchmarks<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 0a9d8c6..b631287 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]] ++ + -------------------------------------------------------------- + <pre> + diff --git a/IkiWiki.pm b/IkiWiki.pm + +</pre> +</div> + +<!-- 08a20a3deaca2cb1f68fba993411b51c19e4c362 --> |