in reply to Re: File list from gz file without reading everything into memory
in thread File list from gz file without reading everything into memory

Dang... Will go back to the source and see if there is something better to do than that...

If .tar.gz file is just a compression of a single file, is there a memory efficient way to extract it, almost like streaming it into the output file? Or in essence that is what the code is doing already?

Thanks again for your reply, I will check back with the generator of these files to see if I can try another compression approach...

  • Comment on Re^2: File list from gz file without reading everything into memory