tgale96 / tarfile-cpp

poc creating tarfile & reading contents one by one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build

Depends on libtar.

g++ -std=c++11 create_tar.cc -L/usr/local/lib -ltar -o create_tar

TODO

Tar doesn't support fast random access. Create table of offsets into file w/ filenames to read quickly.

About

poc creating tarfile & reading contents one by one


Languages

Language:C++ 100.0%