From 285b848425e0fce9ff73e50510c0dda44715180c Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Mon, 23 Dec 2013 19:08:07 +0100 Subject: [PATCH] linking to tar-fs performance note --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 9d2115a..1e79b03 100644 --- a/README.md +++ b/README.md @@ -112,10 +112,7 @@ pack.pipe(newTarball); ## Performance -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 +[See tar-fs for a performance comparison with node-tar](https://github.com/mafintosh/tar-fs/blob/master/README.md#performance) # License