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

Re^5: Optimizing with Caching vs. Parallelizing (MCE::Map) (PDL: faster)

by marioroy (Prior)
on Apr 26, 2020 at 22:14 UTC ( [id://11116094]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    say {*STDERR} time - $t;
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    say {*STDERR} time - $t;
    
  3. or download this
    1e7:
        serial    15.311s   1 core
    ...
    Collatz(46564287) has sequence length of 735 steps
    Collatz(69846431) has sequence length of 733 steps
    

Log In?
Username:
Password:

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

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

    No recent polls found