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

Re^2: Pre-grow a string (MTOW)

by almut (Canon)
on Aug 02, 2007 at 17:36 UTC ( [id://630348]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $string= ' ' x 2**19;
    $string= '';
    
  2. or download this
    use Benchmark "cmpthese";
    
    ...
        'pre' => 'pre()',
        'std' => 'std()'
    });
    
  3. or download this
          Rate pre std
    pre 43.6/s  -- -7%
    std 46.7/s  7%  --
    

Log In?
Username:
Password:

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

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

    No recent polls found