map-stream-concurrent

0.0.3 • Public • Published

map-stream-concurrent

A concurrent extension to map-stream. Allows you to run a map function over the chunks of a stream with n-way parallelism.

var mapConcurrent = require('map-stream-concurrent');
 
mapConcurrent(10, function (data, callback) {
  // transform data
  callback(null, data);
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    2
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i map-stream-concurrent

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

2.45 kB

Total Files

4

Last publish

Collaborators

  • willscott