Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Code Interpretation

by wanna_code_perl (Friar)
on Jul 29, 2014 at 23:33 UTC ( [id://1095531]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
                     Rate ikegami_sort   ikegami         op op_nosort
    ikegami_sort   4.68/s           --       -1%       -75%%      -91%
    ikegami        4.72/s           1%        --       -75%%      -91%
    op             19.1/s         308%      304%         --%      -62%
    op_nosort      50.6/s         981%      970%       165%        --
    
  2. or download this
                      Rate ikegami_sort   ikegami        op op_nosort
    ikegami_sort   0.345/s           --       -1%      -68%      -88%
    ikegami        0.348/s           1%        --      -68%      -88%
    op              1.08/s         214%      212%        --      -63%
    op_nosort       2.90/s         738%      733%      167%        --
    
  3. or download this
    use Benchmark qw/cmpthese timethese :hireswallclock/;
    
    ...
        my @refs = @allrefs[ sort { $a <=> $b } grep $keep{$_}, 0..$#allre
    +fs ];
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (8)
As of 2024-04-23 09:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found