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

IO::Uncompress::Gunzip to scalar takes hours (on windows)

by cmv (Chaplain)
on May 21, 2013 at 15:40 UTC ( [id://1034568]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/opt/exp/bin/perl5.8
    use strict;
    ...
    #gunzip \$inputstr => \$cleartxt or die "gzip failed: $GunzipError\n";
    
    print STDERR scalar(localtime), " - UNZIPPED COMPLETE!!!\n";
    
  2. or download this
    Total Elapsed Time = 3.667486 Seconds
      User+System Time = 1.200486 Seconds
    ...
     1.33   0.016  0.060      9   0.0018 0.0067  IO::Uncompress::Gunzip::B
    +EGIN
     1.25   0.015  0.015     10   0.0015 0.0015  strict::unimport
     1.25   0.015  0.030     37   0.0004 0.0008  IO::Compress::Base::Commo
    +n::BEGIN
    
  3. or download this
    Total Elapsed Time = 154.4478 Seconds
      User+System Time = 154.2188 Seconds
    ...
     0.01   0.016  0.016      8   0.0020 0.0020  Exporter::export
     0.01   0.016  0.016      7   0.0023 0.0023  IO::File::BEGIN
     0.01   0.016  0.016     26   0.0006 0.0006  Compress::Raw::Zlib::BEGI
    +N
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1034568]
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-18 11:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found