Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Premature and micro optimization...

by shmem (Chancellor)
on Jun 11, 2007 at 08:39 UTC ( [id://620441]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        'Short way U' => $short_upp,
      },
    );
    
  2. or download this
                  Rate New way U New way L Old way U Old way L Short   U S
    +hort   L
    New way U 227273/s        --      -14%      -35%      -36%      -38%  
    +    -38%
    ...
    Short lc  U 362319/s         95%         75%         72%         71%  
    +       60%         58%          2%          1%          1%          -
    +-        -12%        -12%
    Short way U 409836/s        120%         98%         95%         93%  
    +       81%         79%         16%         15%         14%         13
    +%          --         -1%
    Short way L 413223/s        122%         99%         97%         95%  
    +       83%         80%         17%         16%         15%         14
    +%          1%          --
    
  3. or download this
    sub short_lc { split( /\./, lc($_[0]),2 ) }
    

Log In?
Username:
Password:

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

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

    No recent polls found