Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: Re: Re: string manipulation

by extremely (Priest)
on Mar 30, 2001 at 03:31 UTC ( [id://68234]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Benchmark: running regexp, transl, each for at least 10 CPU seconds...
        regexp: 10 wallclock secs (10.59 usr +  0.00 sys = 10.59 CPU) @ 37
    +274.69/s (n=394739)
    ...
               Rate regexp transl
    regexp  37275/s     --   -88%
    transl 313981/s   742%     --
    
  2. or download this
    use strict;
    use Benchmark qw(cmpthese);
    ...
        'transl' => '$x =~ tr/-/_/; $x =~ tr/_/-/;',
        'regexp' => '$x =~ s/-/_/g; $x =~ s/_/-/g;',
    } );
    

Log In?
Username:
Password:

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

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

    No recent polls found