Mention the fact that it is faster than GNU tar
At least, according to my benchmarking tool that I just created for exactly this purpose :)
This commit is contained in:
parent
7d4e774cf7
commit
56d43f98ac
@ -37,7 +37,7 @@ int main(int argc, char** argv)
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
The output of this example program when running it with an uncompressed tar archive is identical to that of `tar --list -f archive.tar` with the same uncompressed archive.
|
The output of this example program when running it with an uncompressed tar archive is identical to that of `tar --list -f archive.tar` with the same uncompressed archive. And in most cases, it's faster as well!
|
||||||
|
|
||||||
## Project structure
|
## Project structure
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user