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

queue-lit is a tiny JavaScript queue data structure designed for efficient handling of large arrays when frequent `Array#push()` and `Array#shift()` operations are needed. It offers constant time complexity `O(1)` for `push()` operations, unlike `Array#shift()` which has linear time complexity `O(n)`. This package is ideal for developers working with large datasets who need a performant queue implementation.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of joelvoss/queue-lit

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
71 contributions

Recent events

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

No events yet
joelvoss

joelvoss/queue-lit

queue-lit is a tiny queue data structure in case you `Array#push()` or `Array#shift()` on large arrays very often.

TypeScript
2
2
MIT License