pacquet icon indicating copy to clipboard operation
pacquet copied to clipboard

Decompress while downloading a tarball

Open anonrig opened this issue 2 years ago • 2 comments

It seems like this would be really performant: https://stackoverflow.com/questions/69966292/how-decompress-and-unpack-tar-gz-archive-in-download-process

anonrig avatar Jul 20 '23 03:07 anonrig

cc @steveklabnik any thoughts?

anonrig avatar Jul 20 '23 03:07 anonrig

I don't have a ton of experience with this specific problem, but in my understanding, the format of tarballs should support it. Sounds like a decent idea. I don't have a great handle on what other work is being done at the same time here, if anything, if this is the only thing happening, seems like it should be a good approach, yeah.

steveklabnik avatar Jul 20 '23 18:07 steveklabnik