projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e810fe3
)
benchmarks
author
Joey Hess
<joey@kitenet.net>
Wed, 10 Nov 2010 15:37:59 +0000
(11:37 -0400)
committer
Joey Hess
<joey@kitenet.net>
Wed, 10 Nov 2010 15:37:59 +0000
(11:37 -0400)
doc/todo/Improving_the_efficiency_of_match__95__glob.mdwn
patch
|
blob
|
history
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 0a9d8c69c4c35a230f5080d1fd1f4cacb6b806ae..b63128702d85c80ba625c217f9288660ac94ab7a 100644
(file)
--- 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