diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-20 12:28:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-20 12:28:22 -0400 |
commit | f8f8770a652520b2f09eb2262510a04a8e353e9d (patch) | |
tree | bec5f2240c2bebcf1af4bfcd65231afc7b992677 | |
parent | b3bca318ef11ce9d0609d952a72849243b591b9d (diff) | |
download | ikiwiki-f8f8770a652520b2f09eb2262510a04a8e353e9d.tar ikiwiki-f8f8770a652520b2f09eb2262510a04a8e353e9d.tar.gz |
smcv/ready/glob-cache merged
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0edb78004..65c235317 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 4fe14540f..4e1df3381 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"]] |