Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^9: Fast common substring matching

by bioMan (Beadle)
on Aug 26, 2005 at 15:52 UTC ( [id://486898]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    3,0.001355
    4,0.002366
    ...
    125,2.254988
    150,3.269179
    200,5.831225
    
  2. or download this
    my $subStrSize = 128;
    my $filterSize = 256;
    ...
          ? printf OUT "%10s::%-10s  Length[%4d]  Starts(%4d %4d)\n",
              $strings[$localBest[0]][0], $strings[$localBest[1]][0], $loc
    +alBest[4], $localBest[2], $localBest[3]
          : print OUT "  Didn't find LCS for $sourceName and $targetName\n
    +";
    
  3. or download this
        @localBest
          ? printf OUT "%10s::%-10s  Length[%4d]  Starts(%4d %4d)\n",
              $strings[$localBest[0]][0], $strings[$localBest[1]][0], $loc
    +alBest[4], $localBest[2], $localBest[3]
          : print OUT "  Didn't find LCS for $sourceName and $targetName\n
    +";
    

Log In?
Username:
Password:

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

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

    No recent polls found