From fc3b19fe00d32b229df6a15f45908fb645970adb Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Mon, 23 Dec 2013 18:58:06 +0100 Subject: [PATCH] updated performance section --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 13682eb..9d2115a 100644 --- a/README.md +++ b/README.md @@ -112,11 +112,10 @@ pack.pipe(newTarball); ## Performance -Packing/extracting a 6.1 GB with 2496 directories and 2398 files yields the following results on my Macbook Air +Packing and extracting a 6.1 GB with 2496 directories and 2398 files yields the following results on my Macbook Air * tar-stream (using [tar-fs](https://github.com/mafintosh/tar-fs)): 34.261 ms * [node-tar](https://github.com/isaacs/node-tar): 366.123 ms -* native tar command: 47.241 ms (this one is a bit unfair as it is piping through processes) # License