Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: Getting started with MCE (the Many-Core Engine)

by Anonymous Monk
on Jun 11, 2018 at 15:39 UTC ( [id://1216400]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    time perl -le '$x=1e9;$y=0;$y+=$_ for 1..$x;print$y'
    500000000500000000
    ...
    real    0m7.323s
    user    0m55.095s
    sys     0m0.127s
    
  2. or download this
    perl -le '$a="a";for(1..30){print$a++}'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-25 15:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found