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 is a simple circular buffer implementation for NodeJS that functions as both a forgetful queue and stack. It supports standard operations like enqueue/dequeue, push/pop, and indexed access, automatically overwriting old data when the buffer reaches capacity. The library is ideal for NodeJS developers needing a fixed-size FIFO/LIFO data structure for scenarios like streaming data or temporary storage where older values can be discarded.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of tomsmeding/circular-buffer

Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework

Support the repos that depend on this repository

Top contributors

tomsmeding's profile
tomsmeding
19 contributions
lieuwex's profile
lieuwex
3 contributions

Recent events

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

No events yet
tomsmeding

tomsmeding/circular-buffer

A NodeJS simple circular buffer implementation supporting indexing

JavaScript
20
2
MIT License