Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "fastq", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Fast, in memory work queue", | ||
@@ -5,0 +5,0 @@ "main": "queue.js", |
@@ -0,0 +0,0 @@ 'use strict' |
@@ -1,2 +0,2 @@ | ||
# fastq | ||
# fastq [![build status](https://secure.travis-ci.org/mcollina/fastq.png)](http://travis-ci.org/mcollina/fastq) | ||
@@ -8,3 +8,3 @@ Fast, in memory work queue. | ||
* setImmedidate: 1715ms | ||
* fastqueue: 1824ms | ||
* fastq: 1824ms | ||
* async.queue: 6158ms | ||
@@ -14,2 +14,9 @@ | ||
If you need zero-overhead series function call, check out | ||
[fastseries](http://npm.im/fastseries). For zero-overhead parallel | ||
function call, check out [fastparallel](http://npm.im/fastparallel). | ||
[![js-standard-style](https://raw.githubusercontent.com/feross/standard/master/badge.png)](https://github.com/feross/standard) | ||
## Install | ||
@@ -16,0 +23,0 @@ |
@@ -0,0 +0,0 @@ 'use strict' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
7289
44