projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3621e7
)
Remove trie optimisation from the todo list
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Fri, 18 Mar 2005 16:54:38 +0000
(16:54 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Fri, 18 Mar 2005 16:54:38 +0000
(16:54 +0000)
p4raw-id: //depot/perl@24045
pod/perltodo.pod
patch
|
blob
|
history
diff --git
a/pod/perltodo.pod
b/pod/perltodo.pod
index 5479568bf0dc1eead19d3e2ae484175ed63f85d6..ca6b34541771e810a61c315f21a8019902ba72d3 100644
(file)
--- a/
pod/perltodo.pod
+++ b/
pod/perltodo.pod
@@
-117,11
+117,6
@@
Currently the %ENV entries are always byte strings.
The regexp optimiser is not optional. It should configurable to be, to allow
its performance to be measured, and its bugs to be easily demonstrated.
-=head2 common suffices/prefices in regexps (trie optimization)
-
-Currently, the user has to optimize C<foo|far> and C<foo|goo> into
-C<f(?:oo|ar)> and C<[fg]oo> by hand; this could be done automatically.
-
=head1 POD
=head2 POD -> HTML conversion still sucks