fastparallel
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "fastparallel", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Zero-overhead asynchronous parallel/each/map function call", | ||
@@ -5,0 +5,0 @@ "main": "parallel.js", |
@@ -1,2 +0,2 @@ | ||
# fastparallel | ||
# fastparallel [![Build Status](https://travis-ci.org/mcollina/fastparallel.svg?branch=master)](https://travis-ci.org/mcollina/fastparallel) | ||
@@ -20,2 +20,5 @@ Zero-overhead parallel function call for node.js. Also supports each | ||
If you need zero-overhead series function call, check out | ||
[fastseries](http://npm.im/fastseries). | ||
[![js-standard-style](https://raw.githubusercontent.com/feross/standard/master/badge.png)](https://github.com/feross/standard) | ||
@@ -22,0 +25,0 @@ |
12144
9
102