diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-12-10 21:51:33 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-12-10 21:51:33 +0100 |
commit | 0469abd4a9c9270a1fdc962969e36e63699af8b4 (patch) | |
tree | f9864d4a4148621378958794cbbfdc2393733283 /node_modules/pako/README.md | |
parent | 6947e79bbc258f7bc96af424ddb71a511f0c15a3 (diff) |
upgrade dependencies
Diffstat (limited to 'node_modules/pako/README.md')
-rw-r--r-- | node_modules/pako/README.md | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/node_modules/pako/README.md b/node_modules/pako/README.md index ef121e783..c58572a59 100644 --- a/node_modules/pako/README.md +++ b/node_modules/pako/README.md @@ -1,15 +1,17 @@ -pako - zlib port to javascript, very fast! +pako ========================================== [](https://travis-ci.org/nodeca/pako) [](https://www.npmjs.org/package/pako) +> zlib port to javascript, very fast! + __Why pako is cool:__ - Almost as fast in modern JS engines as C implementation (see benchmarks). - Works in browsers, you can browserify any separate component. - Chunking support for big blobs. -- Results are binary equal to well known [zlib](http://www.zlib.net/) (now v1.2.8 ported). +- Results are binary equal to well known [zlib](http://www.zlib.net/) (now contains ported zlib v1.2.8). This project was done to understand how fast JS can be and is it necessary to develop native C modules for CPU-intensive tasks. Enjoy the result! @@ -22,7 +24,7 @@ __Famous projects, using pako:__ - [mincer](https://github.com/nodeca/mincer) - [JS-Git](https://github.com/creationix/js-git) and [Tedit](https://chrome.google.com/webstore/detail/tedit-development-environ/ooekdijbnbbjdfjocaiflnjgoohnblgf) - by [@creatronix](https://github.com/creationix) + by [@creationix](https://github.com/creationix) __Benchmarks:__ @@ -61,7 +63,7 @@ node v0.11.12, 1mb sample: * inflate-zlib x 60.32 ops/sec ±1.36% (69 runs sampled) ``` -zlib's test is partialy afferted by marshling (that make sense for inflate only). +zlib's test is partially affected by marshalling (that make sense for inflate only). You can change deflate level to 0 in benchmark source, to investigate details. For deflate level 6 results can be considered as correct. @@ -169,6 +171,10 @@ Personal thanks to: - David Duponchel ([@dduponchel](https://github.com/dduponchel)) for help with testing. +Original implementation (in C): + +- [zlib](http://zlib.net/) by Jean-loup Gailly and Mark Adler. + License ------- |