tar-stream
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "tar-stream", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com:mafintosh/tar-stream.git", |
@@ -113,4 +113,12 @@ # tar-stream | ||
## Performance | ||
Packing/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 | ||
MIT |
49489
124