Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Premature and micro optimization...

by lidden (Curate)
on Jun 11, 2007 at 07:53 UTC ( [id://620433]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub match_and_tr {
      my $string = shift;
    ...
      $id =~ /[a-z]/ and $id =~ tr/a-z/A-Z/;
      return( $id, $session );
    }
    
  2. or download this
    
                   Rate Old way    Only TR LC
    ...
                   Rate Only TR UC Old way  U
    Only TR UC 210084/s         --        -2%
    Old way  U 213675/s         2%         --
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-16 16:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found