Python Forum
accessing files inside a compressed tar file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
accessing files inside a compressed tar file
#6
i guess i will have to use linux tools. i'm still thinking of the C way where re-implementing something doesn't make it slower. one of the goals i have is to re-implement as much as possible in an architecture-portable way that does not require re-compiling. if the tar command can't be re-implement using the tar library, and it's really just a front-end to the tar command, it's not what i want to do. i can use the tar command myself (in the code) probably more efficiently.

one of my big projects is building a cloud run-time that is ready to go in new architectures. almost all architectures are running in some IaaS or SaaS cloud service, somewhere. i saw 7 different ones in an early service about 15 years ago.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
RE: accessing files inside a compressed tar file - by Skaperen - Oct-22-2019, 01:35 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  detecting input that is not compressed Skaperen 0 1,386 Nov-20-2020, 12:19 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020