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

This project is a JavaScript implementation of a double-ended queue (deque) data structure, designed as a drop-in replacement for JavaScript arrays when used as a FIFO (First-In-First-Out) queue. It is implemented as a doubly linked circular list with a titular head node, offering improved performance for large-scale operations compared to arrays, especially when handling millions of entries. This project is ideal for developers working with Node.js who need an efficient and scalable FIFO queue for high-performance applications.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

lleo's profile
lleo
14 contributions
langholz's profile
langholz
2 contributions

Recent events

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

No events yet
lleo

lleo/node-dequeue

A simple double ended queue datastructure

JavaScript
23
5
Other