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

Re: Re: Re: finding longest common substring

by revdiablo (Prior)
on Nov 20, 2003 at 03:30 UTC ( [id://308482]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        }
        return $lcs;
    }
    
  2. or download this
    Benchmark: running buk, index, regex for at least 5 CPU seconds...
           buk:  6 wallclock secs ( 5.31 usr +  0.01 sys =  5.32 CPU) @ 19
    +73.50/s (n=10499)
    ...
    regex  931/s    --  -53%  -69%
    buk   1973/s  112%    --  -35%
    index 3024/s  225%   53%    --
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (7)
As of 2024-03-28 19:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found