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

Re: Perl's poor disk IO performance

by Anonymous Monk
on Dec 31, 2010 at 00:20 UTC ( [id://879884]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Line-at-a-time, default layers
      100.0 MB in 12.012 sec, 8.3 MB/sec
    ...
    
    Slurp into scalar with sysopen/sysread (single read)
      100.0 MB in 0.034 sec, 2976.2 MB/sec
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        my $secs = $end_time - $start_time;
        return ($secs, $size);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 13:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found