Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^4: counting backward (optimize foreach reverse low .. high

by Anonymous Monk
on Mar 02, 2013 at 15:39 UTC ( [id://1021434]=note: print w/replies, xml ) Need Help??


in reply to Re^3: counting backward (optimize foreach reverse low .. high
in thread counting backward

Four orders of magnitude more memory, or a minus sign. My choice is simple; how about yours?

I'll use minus sign until perl5-porter optimizes foreach reverse rangeop

Or i'll use for;;;

  • Comment on Re^4: counting backward (optimize foreach reverse low .. high

Replies are listed 'Best First'.
Re^5: counting backward (optimize foreach reverse low .. high
by BrowserUk (Patriarch) on Mar 02, 2013 at 16:59 UTC
    Or i'll use for;;;

    It's a shame you can't use the c-style for as a modifier:

    cmpthese -1, { a=>q[ 1 for -1e6..0; ], b=>q[ for( my $i=1e6; $i; --$i ){ 1 } ] };; Rate b a b 14.0/s -- -26% a 19.0/s 35% --

    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".
    In the absence of evidence, opinion is indistinguishable from prejudice.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-19 03:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found