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

plimit-lit is a lightweight utility for managing the concurrency of promise-returning and async functions, ensuring that only a specified number of operations run simultaneously. It is ideal for developers working with multiple asynchronous tasks who need to control resource usage and avoid overwhelming systems with too many concurrent operations. The package is easy to install and use, making it a practical tool for optimizing performance in Node.js applications.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of joelvoss/plimit-lit

Account's avatar
joelvoss/queue-lit
queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
oxc-project/oxc
Formatter for the JavaScript Oxidation Compiler
Account's avatar
oxc-project/oxc
Linter for the JavaScript Oxidation Compiler
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
vitejs/vite
Native-ESM powered web dev build tool
Account's avatar
joelvoss/vite-plugin-bundle-dts
Vite plugin for generating and bundling TypeScript declaration files.
Account's avatar
vitest-dev/vitest
Next generation testing framework powered by Vite

Support the repos that depend on this repository

Top contributors

joelvoss's profile
joelvoss
73 contributions
raouldeheer's profile
raouldeheer
1 contributions

Recent events

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

No events yet
joelvoss

joelvoss/plimit-lit

This package is a helper to run multiple promise-returning & async functions with limited concurrency.

TypeScript
3
1
MIT License