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.


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority". I'm with torvalds on this
In the absence of evidence, opinion is indistinguishable from prejudice. Agile (and TDD) debunked
  • Comment on Re^2: Odometer pattern iterator (in C).