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

Re: Challenge: Fast Common Substrings

by blokhead (Monsignor)
on Apr 04, 2007 at 02:04 UTC ( [id://608180]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    {
      my @matches;
    ...
    DE
    EF
    AB
    
  2. or download this
    {
      my @matches;
    ...
        @subs{  match_all_ways("$str1\0$str2" => qr/(.{$len}).*\0.*\1/)  }
    + = ();
        return keys %subs;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-18 09:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found