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:
apio 2022-12-25 16:57:49 +01:00
parent 7d4e774cf7
commit 56d43f98ac
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -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