Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: Happy 2006

by QM (Parson)
on Jan 17, 2006 at 05:35 UTC ( [id://523674]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Happy 2006
in thread Happy 2006

The running time is about the same, but your solution uses a lot more memory, as it makes a list of all possible expressions to test before making the first test, while my solution tests each expressions right after it is constructed. My solution has a lot less pagefaults.
Ah, someday soon, glob will be an iterator in scalar context.

-QM
--
Quantum Mechanics: The dreams stuff is made of

Replies are listed 'Best First'.
Re^4: Happy 2006
by ysth (Canon) on Jan 17, 2006 at 06:17 UTC
    It is, but that doesn't help here.
      s/iterator/lazy iterator/;

      -QM
      --
      Quantum Mechanics: The dreams stuff is made of

Re^4: Happy 2006
by Perl Mouse (Chaplain) on Jan 18, 2006 at 10:05 UTC
    As pointed out, glob is an iterator in scalar context. However, for provides list context.
    Perl --((8:>*

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://523674]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (6)
As of 2024-03-28 11:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found