Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: Abusing Map (Corrected second code block)

by hippo (Bishop)
on May 18, 2018 at 08:59 UTC ( [id://1214825]=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;
    ...
        });
        print '-' x 80 . "\n";
    }
    
  2. or download this
    Source array has 100000 elements
                (warning: too few iterations for a reliable count)
    ...
    ike2    2.21   38%   13%    --   -5%
    while   2.10   46%   19%    5%    --
    ----------------------------------------------------------------------
    +----------
    
  3. or download this
    #!/usr/bin/env perl 
    use strict;
    ...
        });
        print '-' x 80 . "\n";
    }
    
  4. or download this
    Source array has 1000000 elements
              Rate ike2  BUK ike1
    ...
    ike1 2612330/s  38%   --  -3%
    BUK  2705628/s  43%   4%   --
    ----------------------------------------------------------------------
    +----------
    
  5. or download this
    #!/usr/bin/env perl 
    use strict;
    ...
        });
        print '-' x 80 . "\n";
    }
    
  6. or download this
    Source array has 10000 elements
              Rate ike2  BUK ike1
    ...
    BUK  2976190/s  31%   --  -7%
    ike1 3184713/s  40%   7%   --
    ----------------------------------------------------------------------
    +----------
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-03-29 12:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found