Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Optimizing with Caching vs. Parallelizing (MCE::Map)

by marioroy (Prior)
on Apr 20, 2020 at 19:07 UTC ( [id://11115841]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use strict;
    ...
    printf "Collatz(%5d) has sequence length of %3d steps\n", @$_
        for @seqs;
    
  2. or download this
    #!/usr/bin/env perl
    use strict;
    ...
    printf "Collatz(%5d) has sequence length of %3d steps\n", @$_
        for @seqs;
    
  3. or download this
    #!/usr/bin/env perl
    use strict;
    ...
    printf "Collatz(%5d) has sequence length of %3d steps\n", @$_
        for @seqs;
    
  4. or download this
    64-bit VM:
                       rjt   0.903s
    ...
    Collatz(922524) has sequence length of 445 steps
    Collatz(922525) has sequence length of 445 steps
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-03-29 07:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found