Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Fastest split possible

by marioroy (Prior)
on Nov 07, 2019 at 00:29 UTC ( [id://11108409]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        printf "%d lines\n\n", scalar(@lines);
    }
    
  2. or download this
    duration memfh: 0.384 seconds
    917504 lines
    ...
    duration trim : 0.201 seconds
    917504 lines
    
  3. or download this
    duration memfh: 0.477 seconds
    917504 lines
    ...
    duration trim : 0.259 seconds
    917504 lines
    
  4. or download this
    duration memfh: 0.530 seconds
    917504 lines
    ...
    duration trim : 0.261 seconds
    917504 lines
    

Log In?
Username:
Password:

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

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

    No recent polls found