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

nonblocking is a Node.js utility that provides non‑blocking versions of common Array (and Dictionary) methods such as `forEach`, `map`, `filter`, `some`, and `every`. By processing large collections in small timed chunks and invoking a final callback, it prevents the event loop from being stalled, making it useful for server‑side or browser code that must remain responsive while iterating over huge datasets. It’s aimed at developers who need simple, synchronous‑style iteration without the latency penalties of traditional blocking loops.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of jden/node-nonblocking

Account's avatar
jden/node-mochi
dead-simple way to require mocha + chai
Account's avatar
standard/standard
JavaScript Standard Style

Support the repos that depend on this repository

Top contributors

junosuarez's profile
junosuarez
1 contributions

Recent events

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

No events yet
jden

jden/node-nonblocking

Array.prototype functions that won't block on large arrays

JavaScript
2
2
ISC License