From: Rafael Garcia-Suarez Date: Fri, 18 Mar 2005 16:54:38 +0000 (+0000) Subject: Remove trie optimisation from the todo list X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5ee738cbe35eeb5b92b8391ea3fa711d75f88414;p=p5sagit%2Fp5-mst-13.2.git Remove trie optimisation from the todo list p4raw-id: //depot/perl@24045 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 5479568..ca6b345 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 and C into -C and C<[fg]oo> by hand; this could be done automatically. - =head1 POD =head2 POD -> HTML conversion still sucks