From 56d43f98ac3dc6a4515dbe10c90c25ceb4c8ef46 Mon Sep 17 00:00:00 2001 From: apio Date: Sun, 25 Dec 2022 16:57:49 +0100 Subject: [PATCH] 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 :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c93e035..83840cd 100644 --- a/README.md +++ b/README.md @@ -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