diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-10 11:37:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-10 11:37:59 -0400 |
commit | 08a20a3deaca2cb1f68fba993411b51c19e4c362 (patch) | |
tree | 4d3cbecb84f1de34e5a8c83a82046727fc6264c4 /doc/todo | |
parent | e810fe394b49955971299329136d46548d95ec6b (diff) |
benchmarks
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
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 0a9d8c69c..b63128702 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 |