in reply to Re^2: Efficient code.
in thread Efficient code.
Juts FYI: In Perl 5.10 alternations not containing regex metachars will not backtrack at all as they are represented by a trie node that can traverse all of the alternations in a single pass. Id say which version of perl contains this but embarrasingly I appear to have forgotten.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Efficient code.
by Aristotle (Chancellor) on Jan 30, 2006 at 20:56 UTC |