Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Optimizing with Caching vs. Parallelizing (MCE::Map) (PDL fun)

by vr (Curate)
on Apr 21, 2020 at 11:14 UTC ( [id://11115861]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    7.98023009300232
    
  2. or download this
    [ BAD BAD 3 4 5 ... ]       # initial $seqs
    [ 1 2 2 2 2 ... ]           # initial $lengths
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    6.0809600353241
    
  4. or download this
    [ BAD BAD BAD 3 4 5 6 ... ]     # initial $seqs
    [ BAD 1 2 BAD 3 BAD BAD ... ]   # initial $lengths
    
  5. or download this
    use strict;
    use warnings;
    ...
    
    2.88385105133057
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-26 02:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found