in reply to Re: Odometer pattern iterator (in C).
in thread Odometer pattern iterator (in C). (Updated.)
As I said at the time. It's nice for pure perl, by avoiding the generate to eliminate steps; but it a) generates a sub on the fly -- impossible in C; b) calls into the regex engine, which isn't cheap.
|
---|