Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: Suffix-prefix matching done right

by NERDVANA (Deacon)
on Nov 06, 2021 at 09:14 UTC ( [id://11138495]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ time perl parallel.pl wc < LARGE_FILE
    (snip)...
    Waiting for workers to finish
    ...
    real    0m2.332s
    user    0m2.277s
    sys    0m0.052s
    
  2. or download this
    use v5.20;
    use strict;
    ...
            print substr($_->{out}, 0, $end+1, '') if $end >= 0;
        }
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found