diff options
Diffstat (limited to 'doc/recentchanges/change_f8f8770a652520b2f09eb2262510a04a8e353e9d._change')
-rw-r--r-- | doc/recentchanges/change_f8f8770a652520b2f09eb2262510a04a8e353e9d._change | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/doc/recentchanges/change_f8f8770a652520b2f09eb2262510a04a8e353e9d._change b/doc/recentchanges/change_f8f8770a652520b2f09eb2262510a04a8e353e9d._change new file mode 100644 index 000000000..4f394e68c --- /dev/null +++ b/doc/recentchanges/change_f8f8770a652520b2f09eb2262510a04a8e353e9d._change @@ -0,0 +1,73 @@ +[[!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-f8f8770a652520b2f09eb2262510a04a8e353e9d"]] + +<div id="change-f8f8770a652520b2f09eb2262510a04a8e353e9d" 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=4e1df338196381a47e03c1a1767bd98ccb6e530d;hp=4fe14540fa3c543fb3240acdb63aa057e259bcfb;hb=f8f8770a652520b2f09eb2262510a04a8e353e9d;hpb=b3bca318ef11ce9d0609d952a72849243b591b9d" 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="Sat, 20 Nov 2010 16:28:22 +0000">16:28:22 11/20/10</span></span> +<span class="desc"><br /></span> +</div> + +<span class="revert"> +<a href="http://ikiwiki.info/ikiwiki.cgi?rev=f8f8770a652520b2f09eb2262510a04a8e353e9d&do=revert" title="revert" rel="nofollow">[[revert|wikiicons/revert.png]]</a> +</span> + +<div class="changelog"> + + +smcv/ready/glob-cache merged<br /> + + +</div> + +<div class="diff"> +<pre> +diff --git a/debian/changelog b/debian/changelog +index 0edb780..65c2353 100644 +--- a/debian/changelog ++++ b/debian/changelog +@@ -8,6 +8,7 @@ ikiwiki (3.20101113) UNRELEASED; urgency=low + and support all elements that HTML::Tagset knows about. + (Which doesn't include html5 just yet, but then the old version + didn't either.) Bonus: 4 times faster than old regexp method. ++ * Optimise glob() pagespec. (Thanks, Kathryn and smcv) + + -- Joey Hess <joeyh@debian.org> Tue, 16 Nov 2010 14:23:47 -0400 + +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 4fe1454..4e1df33 100644 +--- a/doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn ++++ b/doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn +@@ -57,6 +57,8 @@ Here's my patch - please consider it! -- [[KathrynAndersen]] + >>>>>>> representative. + >>>>>>> --[[smcv]] + ++[[done]] --[[Joey]] ++ + -------------------------------------------------------------- + + [[!toggle id="smcv-benchmark" text="current benchmarks"]] + +</pre> +</div> + +<!-- f8f8770a652520b2f09eb2262510a04a8e353e9d --> |