Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^4: Script exponentially slower as number of files to process increases

by marioroy (Prior)
on Jan 28, 2023 at 11:08 UTC ( [id://11149978]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # MCE::Relay
    
    ...
    real   0m12.689s
    user  11m28.535s
    sys    0m 4.827s
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    my $elapsed = tv_interval($t0);
    print "regex: $elapsed\n" if $benchmark;
    

Log In?
Username:
Password:

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

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

    No recent polls found