Comparing version 3.0.3 to 3.0.4
@@ -5,3 +5,3 @@ { | ||
"description": "Nodejs bindings to Google's Snappy compression library", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"homepage": "https://github.com/kesla/node-snappy", | ||
@@ -22,3 +22,2 @@ "repository": { | ||
"devDependencies": { | ||
"async-benchmark": "~1.0.0", | ||
"tap": "~0.4.11" | ||
@@ -25,0 +24,0 @@ }, |
# snappy[![build status](https://secure.travis-ci.org/kesla/node-snappy.svg)](http://travis-ci.org/kesla/node-snappy) | ||
Nodejs bindings to Google's Snappy compression library | ||
Nodejs bindings to the [snappy](github.com/google/snappy) compression library | ||
@@ -9,10 +9,3 @@ [![NPM](https://nodei.co/npm/snappy.png?downloads&stars)](https://nodei.co/npm/snappy/) | ||
## About | ||
Node module/wrapper for Google's fast compressor/decompressor: <http://code.google.com/p/snappy/> | ||
Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger. On a single core of a Core i7 processor in 64-bit mode, Snappy compresses at about 250 MB/sec or more and decompresses at about 500 MB/sec or more. | ||
Snappy is widely used inside Google, in everything from BigTable and MapReduce to our internal RPC systems. (Snappy has previously been referred to as “Zippy” in some presentations and the likes.) | ||
## Installation | ||
@@ -71,2 +64,6 @@ | ||
### stream | ||
For a streaming interface to snappy, please take a look at [snappy-stream](https://www.npmjs.org/package/snappy-stream) | ||
## Benchmark | ||
@@ -73,0 +70,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1758902
1
59
229
99