Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Help on using alternation grouping star versus dot star.

by ZZamboni (Curate)
on Jun 10, 2001 at 08:41 UTC ( [id://87274]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Benchmark: timing 100000 iterations of 1, 2, 3...
    1: 22 wallclock secs @ 4553.73/s
    2: 13 wallclock secs @ 7575.76/s
    3: 15 wallclock secs @ 6765.90/s
    
  2. or download this
    use strict;
    use Benchmark;
    ...
    timethese(100000, {'1' => sub { method1($str) },
                       '2' => sub { method2($str) },
                       '3' => sub { method3($str) }});
    

Log In?
Username:
Password:

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

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

    No recent polls found