Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of apparentlymart/highland-diverge

Account's avatar
caolan/highland
The high-level streams library
Account's avatar
jshint/jshint
Static analysis tool for JavaScript
Account's avatar
mochajs/mocha
simple, flexible, fun test framework

Support the repos that depend on this repository

Top contributors

No contributors yet

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
apparentlymart

apparentlymart/highland-diverge

Increase Highland stream throughput by running slow parts concurrently

JavaScript
0
0
MIT License

highland‑diverge is a small Node.js library that adds a “diverge” transform to Highland streams, letting a single stream be split into *n* independent sub‑streams that each apply its own back‑pressure. By processing items concurrently across those sub‑streams and then merging them back together, developers can dramatically speed up slow, asynchronous steps (e.g., HTTP requests) in Highland‑based pipelines. It’s intended for anyone building data‑flow pipelines with Highland who needs higher throughput via parallelism.