1 [[!meta author="""joey"""]]
3 [[!meta authorurl="""http://ikiwiki.info/ikiwiki.cgi?page=users%2Fjoey&do=goto"""]]
5 [[!meta title="""change to todo/Improving_the_efficiency_of_match__95__glob on ikiwiki"""]]
7 [[!meta permalink="http://ikiwiki.info/recentchanges/#change-f8f8770a652520b2f09eb2262510a04a8e353e9d"]]
9 <div id="change-f8f8770a652520b2f09eb2262510a04a8e353e9d" class="metadata">
10 <span class="desc"><br />Changed pages:</span>
11 <span class="pagelinks">
13 <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>
17 <span class="desc"><br />Changed by:</span>
18 <span class="committer">
20 <a href="http://ikiwiki.info/ikiwiki.cgi?page=users%2Fjoey&do=goto" rel="nofollow">joey</a>
23 <span class="desc"><br />Commit type:</span>
24 <span class="committype">git</span>
25 <span class="desc"><br />Date:</span>
26 <span class="changedate"><span class="relativedate" title="Sat, 20 Nov 2010 16:28:22 +0000">16:28:22 11/20/10</span></span>
27 <span class="desc"><br /></span>
31 <a href="http://ikiwiki.info/ikiwiki.cgi?rev=f8f8770a652520b2f09eb2262510a04a8e353e9d&do=revert" title="revert" rel="nofollow">[[revert|wikiicons/revert.png]]</a>
34 <div class="changelog">
37 smcv/ready/glob-cache merged<br />
44 diff --git a/debian/changelog b/debian/changelog
45 index 0edb780..65c2353 100644
46 --- a/debian/changelog
47 +++ b/debian/changelog
48 @@ -8,6 +8,7 @@ ikiwiki (3.20101113) UNRELEASED; urgency=low
49 and support all elements that HTML::Tagset knows about.
50 (Which doesn't include html5 just yet, but then the old version
51 didn't either.) Bonus: 4 times faster than old regexp method.
52 + * Optimise glob() pagespec. (Thanks, Kathryn and smcv)
54 -- Joey Hess <joeyh@debian.org> Tue, 16 Nov 2010 14:23:47 -0400
56 diff --git a/doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn b/doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn
57 index 4fe1454..4e1df33 100644
58 --- a/doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn
59 +++ b/doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn
60 @@ -57,6 +57,8 @@ Here's my patch - please consider it! -- [[KathrynAndersen]]
61 >>>>>>> representative.
62 >>>>>>> --[[smcv]]
64 +[[done]] --[[Joey]]
66 --------------------------------------------------------------
68 [[!toggle id="smcv-benchmark" text="current benchmarks"]]
73 <!-- f8f8770a652520b2f09eb2262510a04a8e353e9d -->