in reply to Odometer pattern iterator (in C). (Updated.)

This node may do what you want.

Cheers,

JohnGG

Replies are listed 'Best First'.
Re^2: Odometer pattern iterator (in C).
by BrowserUk (Patriarch) on May 29, 2015 at 12:01 UTC

    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