summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-18 16:54:38 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-18 16:54:38 +0000
commit5ee738cbe35eeb5b92b8391ea3fa711d75f88414 (patch)
treeceb6c72281fcae5fd5d0fc4ff675dd1f7c8d013a /pod/perltodo.pod
parenta3621e74372f5d2c10ed0d2a21195cab42a5be54 (diff)
downloadperl-5ee738cbe35eeb5b92b8391ea3fa711d75f88414.tar.gz
Remove trie optimisation from the todo list
p4raw-id: //depot/perl@24045
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r--pod/perltodo.pod5
1 files changed, 0 insertions, 5 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index 5479568bf0..ca6b345417 100644
--- 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