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

Re^3: Multi-core and the future

by moritz (Cardinal)
on Aug 31, 2008 at 22:32 UTC ( [id://708083]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Multi-core and the future
in thread Multi-core and the future

Another typical example for un-ordered evaluation are junctions.
all($x, $y, $z) > 0
autothreads to
all($x > 0, $y > 0, $z > 0)
At the same time it short circuiting, so as soon as one of these conditions is false, the execution of all other autothreaded comparisons (or in general sub calls) can be interrupted.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (1)
As of 2024-04-25 01:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found