Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^6: Suffix-prefix matching done right (updated)

by LanX (Saint)
on Nov 06, 2021 at 16:06 UTC ( [id://11138511]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my $n_tests       = 1_000_000;
    
    ...
        my $prefix = rand64($n_err + 1 + rand 20);
    
    > Took: 2.20354223251343 sec
    
  2. or download this
    my $n_tests       = 100_000;
    my $min_str       = 2000;# 50;
    my $max_overlap   = 500; #20;
    
    > Took: 56.4621770381927
    

Log In?
Username:
Password:

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

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

    No recent polls found